diff options
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r-- | fs/nilfs2/super.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 2f17a2f9ef9c..6dc8b3cad127 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -943,9 +943,6 @@ nilfs_fill_super(struct super_block *sb, void *data, int silent) | |||
943 | if (err) | 943 | if (err) |
944 | goto failed_nilfs; | 944 | goto failed_nilfs; |
945 | 945 | ||
946 | spin_lock_init(&sbi->s_inode_lock); | ||
947 | INIT_LIST_HEAD(&sbi->s_dirty_files); | ||
948 | |||
949 | /* | 946 | /* |
950 | * Following initialization is overlapped because | 947 | * Following initialization is overlapped because |
951 | * nilfs_sb_info structure has been cleared at the beginning. | 948 | * nilfs_sb_info structure has been cleared at the beginning. |