commit | 104bb37d3e0eb576b6aa61b9ed909e118e026bd2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 08 16:13:28 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:50 2012 -0400 |
tree | 904391317ad07afccc583b2c161a093c44b8aa60 | |
parent | 342827d7d19cb52b562bb3efeb4d4b672d008c35 [diff] |
gadgetfs: list_for_each_safe() misuse 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>