aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs/super.c')
-rw-r--r--fs/ubifs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index e9585ad90f5e..1da5155a1bea 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -1977,6 +1977,7 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
1977 INIT_LIST_HEAD(&c->old_buds); 1977 INIT_LIST_HEAD(&c->old_buds);
1978 INIT_LIST_HEAD(&c->orph_list); 1978 INIT_LIST_HEAD(&c->orph_list);
1979 INIT_LIST_HEAD(&c->orph_new); 1979 INIT_LIST_HEAD(&c->orph_new);
1980 c->no_chk_data_crc = 1;
1980 1981
1981 c->vfs_sb = sb; 1982 c->vfs_sb = sb;
1982 c->highest_inum = UBIFS_FIRST_INO; 1983 c->highest_inum = UBIFS_FIRST_INO;