[PATCH] dm: export blkdev_driver_ioctl
authorAlasdair G Kergon <agk@redhat.com>
Tue, 3 Oct 2006 08:15:21 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:13 +0000 (08:04 -0700)
commit7006f6eca874cd44d37ccb8cfeb8bed04e3bff22
tree2e0827157e770e62493dea144e5d9ef73091e554
parent9af4aa30b713a58e5952045f52c41a6e3baa2fdc
[PATCH] dm: export blkdev_driver_ioctl

Export blkdev_driver_ioctl for device-mapper.

If we get as far as the device-mapper ioctl handler, we know the ioctl is not
a standard block layer BLK* one, so we don't need to check for them a second
time and can call blkdev_driver_ioctl() directly.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
block/ioctl.c
drivers/md/dm-linear.c
drivers/md/dm-mpath.c
include/linux/fs.h