]> Git Repo - linux.git/commit
BKL: Remove BKL from afs
authorArnd Bergmann <[email protected]>
Thu, 16 Sep 2010 13:35:54 +0000 (15:35 +0200)
committerArnd Bergmann <[email protected]>
Mon, 4 Oct 2010 19:10:48 +0000 (21:10 +0200)
commit77f2fe036cd51300c80d1aca76bcf23a09977f13
tree08598ae2b51e8351cf280fd23e4bd7ef22757ef9
parentcdbd2b013d2814ad39e893316943fb58e6d9ec23
BKL: Remove BKL from afs

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 <[email protected]>
Cc: [email protected]
Cc: David Howells <[email protected]>
fs/afs/super.c
This page took 0.0556 seconds and 4 git commands to generate.