git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e436fda
)
[PATCH] get rid of blkdev_locked_ioctl()
author
Al Viro
<al@aretha.pdmi.ras.ru>
Thu, 18 Sep 2008 19:53:24 +0000
(15:53 -0400)
committer
Al 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