]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NLM: Fix arguments to NLM_CANCEL call
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:18:22 +0000 (12:18 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:52:23 +0000 (12:52 -0500)
commit16fb24252a8170799e7adf14d8fc31b817fcaf53
tree25dee4880572810609ff9905707a75285dfe2770
parent3c3b809e256c417847f1a96b2f9d9f66c7fcb02c
NLM: Fix arguments to NLM_CANCEL call

 The OpenGroup docs state that the arguments "block", "exclusive" and
 "alock" must exactly match the arguments for the lock call that we are
 trying to cancel.
 Currently, "block" is always set to false, which is wrong.

 See bug# 5956 on bugzilla.kernel.org.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/clntproc.c
include/linux/lockd/lockd.h