]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/cifs/cifsfs.c
BKL: Remove BKL from CifsFS
authorJan Blunck <jblunck@infradead.org>
Wed, 24 Feb 2010 12:25:29 +0000 (13:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:36 +0000 (21:10 +0200)
commitb0991aa324b57dca8feef75ed75b24080ee4a9fc
tree3d67c670002bc1efe0419ca2e927bc334c73be0c
parentba13d597a60a1a26614f18b76c1a2cad1a548e46
BKL: Remove BKL from CifsFS

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>
Cc: Steve French <smfrench@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/cifs/cifsfs.c