From: Bryan Schumaker Date: Tue, 13 Dec 2011 21:35:58 +0000 (-0500) Subject: NFSD: Only reinitilize the recall_lru list under the recall lock X-Git-Tag: v3.3-rc1~67^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c4cc0fcc38cff29d5b9884372b17c894c9c080;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed