f2fs: remove unneeded INIT_LIST_HEAD at few places
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / f2fs / checkpoint.c
index 6ef36c3..d75c86a 100644 (file)
@@ -214,7 +214,6 @@ retry:
                goto retry;
        }
        new->ino = ino;
-       INIT_LIST_HEAD(&new->list);
 
        /* add new_oentry into list which is sorted by inode number */
        if (orphan) {