From: Gu Zheng Date: Fri, 19 Jul 2013 08:24:06 +0000 (+0800) Subject: f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() X-Git-Tag: v3.12-rc1~127^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ed9a0f53c55d4be3882f7522e8349a5011a1d5;p=pandora-kernel.git f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() As we remove the target single node, so list_for_each is enought, in order to clean up, we use list_for_each_entry instead. Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed