From: Bryan Schumaker Date: Wed, 14 Dec 2011 19:39:56 +0000 (-0500) Subject: NFSD: forget_delegations should use list_for_each_entry_safe X-Git-Tag: v3.3-rc1~67^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3475c0ad625f7a43844a6cd0130d136416e604;p=pandora-kernel.git NFSD: forget_delegations should use list_for_each_entry_safe Otherwise the for loop could try to use a file recently removed from the file_hashtbl list and oops. Signed-off-by: Bryan Schumaker Tested-by: Casey Bodley Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed