diff options
Diffstat (limited to 'fs/nilfs2/the_nilfs.c')
-rw-r--r-- | fs/nilfs2/the_nilfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/the_nilfs.c b/fs/nilfs2/the_nilfs.c index 9f2cb01994d0..4a9e8a059638 100644 --- a/fs/nilfs2/the_nilfs.c +++ b/fs/nilfs2/the_nilfs.c | |||
@@ -630,9 +630,6 @@ int init_nilfs(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi, char *data) | |||
630 | err = -EINVAL; | 630 | err = -EINVAL; |
631 | goto failed_sbh; | 631 | goto failed_sbh; |
632 | } | 632 | } |
633 | /* Dummy values */ | ||
634 | nilfs->ns_free_segments_count = | ||
635 | nilfs->ns_nsegments - (nilfs->ns_segnum + 1); | ||
636 | 633 | ||
637 | /* Initialize gcinode cache */ | 634 | /* Initialize gcinode cache */ |
638 | err = nilfs_init_gccache(nilfs); | 635 | err = nilfs_init_gccache(nilfs); |