commit | 39c4cc0fcc38cff29d5b9884372b17c894c9c080 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Tue Dec 13 16:35:58 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 13 17:11:45 2011 -0500 |
tree | d8c0aa66851c25df8c29b796e550b256eceb3e09 | |
parent | f32f3c2d3f09a586349ca9180885dc8741290fd9 [diff] |
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>