From: Namjae Jeon Date: Sun, 30 Dec 2012 05:53:08 +0000 (+0900) Subject: f2fs: remove unneeded INIT_LIST_HEAD at few places X-Git-Tag: v3.8-rc5~24^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24c366a9ea256b86426b42e75f764495a2558861;p=pandora-kernel.git 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 Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed