]> bbs.cooldavid.org Git - net-next-2.6.git/commit
BKL: Remove BKL from NTFS
authorJan Blunck <jblunck@infradead.org>
Wed, 24 Feb 2010 12:25:33 +0000 (13:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:41 +0000 (21:10 +0200)
commitefdffb54034a6fc96bc7fafa33ca2a5503113eee
tree6e69acdf0d626e04a182b568fdc5f084f06d9d5f
parentd6d4c19c5f9ac5972e30e89b3c81ad1fd6e11fee
BKL: Remove BKL from NTFS

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>
fs/ntfs/super.c