From: Chao Yu Date: Sat, 29 Mar 2014 03:33:17 +0000 (+0800) Subject: f2fs: use list_for_each_entry{_safe} for simplyfying code X-Git-Tag: v3.15-rc1~62^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7b822ad9daf0ea903accacaa89340ddd3f201f;p=pandora-kernel.git f2fs: use list_for_each_entry{_safe} for simplyfying code This patch use list_for_each_entry{_safe} instead of list_for_each{_safe} for simplfying code. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed