git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c4cc0
)
NFSD: forget_delegations should use list_for_each_entry_safe
author
Bryan Schumaker
<bjschuma@netapp.com>
Wed, 14 Dec 2011 19:39:56 +0000
(14:39 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 14 Dec 2011 22:38:00 +0000
(17:38 -0500)
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>
No differences found