BKL: Remove BKL from HFS
authorJan Blunck <jblunck@infradead.org>
Wed, 24 Feb 2010 12:25:30 +0000 (13:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:39 +0000 (21:10 +0200)
commit8526fb37c907f8f4eb9965367af6aeec76aedbce
tree30c0432d5ee63a62bb7325d14b54b6a1267bc581
parentf2143c4e2ebc6be3f07b7c7527dae7313fde23e1
BKL: Remove BKL from HFS

The BKL is only used in put_super and fill_super that are both protected by
the superblocks s_umount rw_semaphore. Therefore it is safe to remove the
BKL entirely.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/hfs/super.c