diff options
author | Jan Blunck <jblunck@infradead.org> | 2010-02-24 13:25:31 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2010-10-04 21:10:40 +0200 |
commit | 22b26db6f82bfa9a7f2b44443af3b5541927a130 (patch) | |
tree | bc1bce5687f7ba341ee6a7bf29927d5b5f41aa74 /fs/jfs/jfs_mount.c | |
parent | 8526fb37c907f8f4eb9965367af6aeec76aedbce (diff) |
BKL: Remove BKL from JFS
The BKL is only used in put_super, fill_super and remount_fs that are all
three 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>
Diffstat (limited to 'fs/jfs/jfs_mount.c')
0 files changed, 0 insertions, 0 deletions