[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)
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>

No differences found