commit | 45048d0961cdbf7ddfba906797ad8cb42489e070 | [log] [tgz] |
---|---|---|
author | Al Viro <al@aretha.pdmi.ras.ru> | Thu Sep 18 15:53:24 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 21 07:49:10 2008 -0400 |
tree | d471933ccf9e8c52f608d0cef88de0569982a933 | |
parent | e436fdae70a31102d2be32969b80fe8545edebd9 [diff] |
[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>