md: rewrite md_setup_drive to avoid ioctls
authorChristoph Hellwig <hch@lst.de>
Sun, 7 Jun 2020 15:31:19 +0000 (17:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 16 Jul 2020 15:59:24 +0000 (17:59 +0200)
commit7e0adbfc20c50b021e425662834a492f958efee7
treec6a176e2026960733c16fe189f9cb7d9653c0671
parentd1100488c3ce11b853785cf15ee4c19bfab4c842
md: rewrite md_setup_drive to avoid ioctls

md_setup_drive knows it works with md devices, so it is rather pointless
to open a file descriptor and issue ioctls.  Just call directly into the
relevant low-level md routines after getting a handle to the device using
blkdev_get_by_dev instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: NeilBrown <neilb@suse.de>
Acked-by: Song Liu <song@kernel.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/md-autodetect.c
drivers/md/md.c
drivers/md/md.h