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:
0a880a2
)
nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
author
Jeff Layton
<jlayton@primarydata.com>
Wed, 30 Jul 2014 12:27:11 +0000
(08:27 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 1 Aug 2014 20:28:24 +0000
(16:28 -0400)
Currently, it's protected by the client_mutex. Move it so that the list
and the fields in the openowner are protected by the client_lock.
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found