git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d219c5
)
f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()
author
Gu Zheng
<guz.fnst@cn.fujitsu.com>
Fri, 19 Jul 2013 08:24:06 +0000
(16:24 +0800)
committer
Jaegeuk 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