Skip to content
Snippets Groups Projects
Commit 16fb2425 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 3c3b809e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment