From: Trond Myklebust Date: Wed, 1 Feb 2006 17:18:22 +0000 (-0500) Subject: NLM: Fix arguments to NLM_CANCEL call X-Git-Tag: v2.6.16-rc2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16fb24252a8170799e7adf14d8fc31b817fcaf53;p=pandora-kernel.git 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 --- Reading git-diff-tree failed