gadgetfs: list_for_each_safe() misuse
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 8 Jan 2012 21:13:28 +0000 (16:13 -0500)
committerAl 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