commit | 2d3475c0ad625f7a43844a6cd0130d136416e604 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Wed Dec 14 14:39:56 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Dec 14 17:38:00 2011 -0500 |
tree | 3f1317a2afcddf614dec6fe5e8dc36ef05a139a1 | |
parent | 39c4cc0fcc38cff29d5b9884372b17c894c9c080 [diff] |
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 <bjschuma@netapp.com> Tested-by: Casey Bodley <cbodley@citi.umich.edu> Signed-off-by: J. Bruce Fields <bfields@redhat.com>