BKL: remove references to lock_kernel from comments
authorArnd Bergmann <[email protected]>
Wed, 17 Nov 2010 15:26:56 +0000 (16:26 +0100)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Acked-by: J. Bruce Fields <[email protected]>
Cc: [email protected]
Signed-off-by: Linus Torvalds <[email protected]>
fs/nfsd/nfs4state.c