Re: [PATCH 05/23] md: replace the RAID_AUTORUN ioctl with a direct function call

2020-07-15 Thread NeilBrown
On Tue, Jul 14 2020, Christoph Hellwig wrote: > Instead of using a spcial RAID_AUTORUN ioctl that only exists for > non-modular builds and is only called from the early init code, just > call the actual function directly. I think there was a tool in the old 'mdutls' that would call this ioctl fro

[PATCH 05/23] md: replace the RAID_AUTORUN ioctl with a direct function call

2020-07-14 Thread Christoph Hellwig
Instead of using a spcial RAID_AUTORUN ioctl that only exists for non-modular builds and is only called from the early init code, just call the actual function directly. Signed-off-by: Christoph Hellwig Acked-by: Song Liu --- drivers/md/md-autodetect.c | 10 ++ drivers/md/md.c