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:
c58c844
)
NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 15 Mar 2013 22:11:31 +0000
(18:11 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 25 Mar 2013 16:04:10 +0000
(12:04 -0400)
Currently, we're forcing an unnecessary duplication of the
initial nfs_lock_context in calls to nfs_get_lock_context, since
__nfs_find_lock_context ignores the ctx->lock_context.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found