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:
1a028dd
)
BKL: Remove BKL from squashfs
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 16 Sep 2010 13:35:54 +0000
(15:35 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 4 Oct 2010 19:10:50 +0000
(21:10 +0200)
The BKL is only used in put_super and fill_super, which are both protected
by the superblocks s_umount rw_semaphore. Therefore it is safe to remove
the BKL entirely.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
No differences found