f2fs: remove unneeded INIT_LIST_HEAD at few places
authorNamjae Jeon <namjae.jeon@samsung.com>
Sun, 30 Dec 2012 05:53:08 +0000 (14:53 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 4 Jan 2013 00:42:59 +0000 (09:42 +0900)
commit24c366a9ea256b86426b42e75f764495a2558861
tree35c00d3fdd94e714c30dddcf660c0e19b3ba476b
parent3af60a49fd2edfe9c5a06bc84d4832450895be96
f2fs: remove unneeded INIT_LIST_HEAD at few places

While creating a new entry for addition to the list(orphan inode list
and fsync inode entry list), there is no need to call HEAD initialization
for these entries. So, remove that init part.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/checkpoint.c
fs/f2fs/recovery.c