NFSD: Only reinitilize the recall_lru list under the recall lock
authorBryan Schumaker <bjschuma@netapp.com>
Tue, 13 Dec 2011 21:35:58 +0000 (16:35 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 13 Dec 2011 22:11:45 +0000 (17:11 -0500)
commit39c4cc0fcc38cff29d5b9884372b17c894c9c080
treed8c0aa66851c25df8c29b796e550b256eceb3e09
parentf32f3c2d3f09a586349ca9180885dc8741290fd9
NFSD: Only reinitilize the recall_lru list under the recall lock

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>
fs/nfsd/nfs4state.c