Bug 5956
Summary: | Linux client sets block=false in NLM_CANCEL requests | ||
---|---|---|---|
Product: | File System | Reporter: | Jean-Louis ROCHETTE (rochette_jean-louis) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9-1.667smp | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Fix arguments to NLM_CANCEL call |
Description
Jean-Louis ROCHETTE
2006-01-25 07:38:41 UTC
Could you try 2.6.15? Created attachment 7142 [details] 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> Patch was applied to 2.6.16-rc2 |