[PATCH] get rid of blkdev_locked_ioctl()
authorAl Viro <al@aretha.pdmi.ras.ru>
Thu, 18 Sep 2008 19:53:24 +0000 (15:53 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Oct 2008 11:49:10 +0000 (07:49 -0400)
commit45048d0961cdbf7ddfba906797ad8cb42489e070
treed471933ccf9e8c52f608d0cef88de0569982a933
parente436fdae70a31102d2be32969b80fe8545edebd9
[PATCH] get rid of blkdev_locked_ioctl()

Most of that stuff doesn't need BKL at all; expand in the (only) caller,
merge the switch into one there and leave BKL only around the stuff that
might actually need it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
block/compat_ioctl.c
block/ioctl.c