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:
f32f3c2
)
NFSD: Only reinitilize the recall_lru list under the recall lock
author
Bryan Schumaker
<bjschuma@netapp.com>
Tue, 13 Dec 2011 21:35:58 +0000
(16:35 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 13 Dec 2011 22:11:45 +0000
(17:11 -0500)
unhash_delegation() will grab the recall lock before calling
list_del_init() in each of these places. This patch removes the
redundant calls.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found