commit | 60ed9a0f53c55d4be3882f7522e8349a5011a1d5 | [log] [tgz] |
---|---|---|
author | Gu Zheng <guz.fnst@cn.fujitsu.com> | Fri Jul 19 16:24:06 2013 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Jul 30 15:17:03 2013 +0900 |
tree | 9bac84b5b1b8f6cbcdb63cbd60811e151bc42fcc | |
parent | 2d219c518882d2b2bac77742a6a8979c9dad051a [diff] |
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 <guz.fnst@cn.fujitsu.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>