f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Fri, 19 Jul 2013 08:24:06 +0000 (16:24 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 30 Jul 2013 06:17:03 +0000 (15:17 +0900)
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 <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

No differences found