linux/fs/f2fs
Dan Carpenter d8b79b2f94 f2fs: use _safe() version of list_for_each
This is calling list_del() inside a loop which is a problem when we try
move to the next item on the list.  I've converted it to use the _safe
version.  And also, as a cleanup, I've converted it to use
list_for_each_entry instead of list_for_each.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-01-22 10:49:00 +09:00
..
Kconfig
Makefile
acl.c
acl.h
checkpoint.c
data.c f2fs: support swapfile 2013-01-22 10:48:58 +09:00
debug.c
dir.c
f2fs.h
file.c f2fs: add remap_pages as generic_file_remap_pages 2013-01-22 10:48:58 +09:00
gc.c f2fs: add comments of start_bidx_of_node 2013-01-22 10:48:59 +09:00
gc.h
hash.c
inode.c
namei.c
node.c f2fs: avoid issuing small bios due to several dirty node pages 2013-01-22 10:48:59 +09:00
node.h
recovery.c f2fs: use _safe() version of list_for_each 2013-01-22 10:49:00 +09:00
segment.c
segment.h
super.c
xattr.c
xattr.h