From: majianpeng Date: Tue, 14 May 2013 12:06:46 +0000 (+0800) Subject: f2fs: use list_for_each_entry rather than list_for_each_entry_safe X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145b04e5ed66033b5a3d315394dd1384e3f5f70a;p=pandora-kernel.git f2fs: use list_for_each_entry rather than list_for_each_entry_safe We can do this, since now we use a global mutex, f2fs_stat_mutex to protect its list operations. Signed-off-by: Jianpeng Ma [Jaegeuk Kim: add description] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed