commit | 460781b54253e3ed10a0a2a433bdc548ec952269 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Nov 17 16:26:56 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 17 08:59:32 2010 -0800 |
tree | 8dc676887724ecebead6f0c2cb67b530017c0b2e | |
parent | 451a3c24b0135bce54542009b5fde43846c7cf67 [diff] |
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>