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
..
2012-12-11 13:43:42 +09:00
2013-01-22 10:48:58 +09:00
2013-01-22 10:48:59 +09:00
2012-12-11 13:43:42 +09:00
2012-12-11 13:43:43 +09:00
2012-12-11 13:43:42 +09:00
2012-12-11 13:43:42 +09:00
2013-01-10 07:42:59 +09:00
2012-12-11 13:43:42 +09:00