From: Al Viro Date: Thu, 18 Sep 2008 19:53:24 +0000 (-0400) Subject: [PATCH] get rid of blkdev_locked_ioctl() X-Git-Tag: v2.6.28-rc1~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45048d0961cdbf7ddfba906797ad8cb42489e070;p=pandora-kernel.git [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 --- Reading git-diff-tree failed