git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3b809
)
NLM: Fix arguments to NLM_CANCEL call
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:18:22 +0000
(12:18 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2006 17:52:23 +0000
(12:52 -0500)
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>
No differences found