diff options
author | Christoph Hellwig <hch@lst.de> | 2020-06-07 18:31:19 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-07-16 18:59:24 +0300 |
commit | 7e0adbfc20c50b021e425662834a492f958efee7 (patch) | |
tree | c6a176e2026960733c16fe189f9cb7d9653c0671 /.gitattributes | |
parent | d1100488c3ce11b853785cf15ee4c19bfab4c842 (diff) | |
download | linux-7e0adbfc20c50b021e425662834a492f958efee7.tar.xz |
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>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions