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)
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