From: Al Viro Date: Sun, 8 Jan 2012 21:13:28 +0000 (-0500) Subject: gadgetfs: list_for_each_safe() misuse X-Git-Tag: v3.4-rc1~163^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104bb37d3e0eb576b6aa61b9ed909e118e026bd2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed