BKL: remove references to lock_kernel from comments
authorArnd Bergmann <arnd@arndb.de>
Wed, 17 Nov 2010 15:26:56 +0000 (16:26 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Nov 2010 16:59:32 +0000 (08:59 -0800)
commit460781b54253e3ed10a0a2a433bdc548ec952269
tree8dc676887724ecebead6f0c2cb67b530017c0b2e
parent451a3c24b0135bce54542009b5fde43846c7cf67
BKL: remove references to lock_kernel from comments

Lock_kernel is gone from the code, so the comments should be updated,
too.  nfsd now uses lock_flocks instead of lock_kernel to protect
against posix file locks.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: J. Bruce Fields <bfields@redhat.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/nfs4state.c