| commit | 48c561aadb970456e2ea4cccec4582f77390c12e | [log] [tgz] |
|---|---|---|
| author | Chao Yu <chao2.yu@samsung.com> | Sat Mar 29 11:33:17 2014 +0800 |
| committer | flintman <flintman@flintmancomputers.com> | Sat Jan 24 11:36:29 2015 -0500 |
| tree | ca83357d51c3b61050c5f69d3bceefe43e3b815f | |
| parent | 784b135d4311c6632f3fb66084d055ec8a760d2d [diff] |
f2fs: use list_for_each_entry{_safe} for simplyfying code
This patch use list_for_each_entry{_safe} instead of list_for_each{_safe} for
simplfying code.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>