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:
342827d
)
gadgetfs: list_for_each_safe() misuse
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 8 Jan 2012 21:13:28 +0000
(16:13 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:50 +0000
(21:29 -0400)
really weirdly spelled "while the list is non-empty, pick its
first element, remove it from the list and free it" kind of loop...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found