]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove warning: VFS is out of sync with lock manager
authorNeil Brown <neilb@suse.de>
Tue, 30 Jan 2007 22:36:01 +0000 (14:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 31 Jan 2007 00:01:35 +0000 (16:01 -0800)
commitde48f2d17092841494d678121f08310640f14c9b
treeb07f821219bfb9ea4c17180bf6635cf14bdba9b3
parentf774e4393a9bca5604ad07bee8f3fe61b9c388ad
[PATCH] Remove warning: VFS is out of sync with lock manager

But keep it as a dprintk

The message can be generated in a quite normal situation:
 If a 'lock' request is interrupted, then the lock client needs to
  record that the server has the lock, incase it does.
 When we come the unlock, the server might say it doesn't, even
  though we think it does (or might) and this generates the message.

Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfs/file.c