aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tux3/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tux3/commit.c')
-rw-r--r--fs/tux3/commit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/tux3/commit.c b/fs/tux3/commit.c
index c6ed4313abc3b9..4d56818430a57d 100644
--- a/fs/tux3/commit.c
+++ b/fs/tux3/commit.c
@@ -94,6 +94,7 @@ static void __setup_sb(struct sb *sb, struct disksuper *super)
sb->freeinodes = MAX_INODES - be64_to_cpu(super->usedinodes);
sb->freeblocks = sb->volblocks;
sb->nextblock = be64_to_cpu(super->nextblock);
+ sb->nextinum = TUX_NORMAL_INO;
sb->atomdictsize = be64_to_cpu(super->atomdictsize);
sb->atomgen = be32_to_cpu(super->atomgen);
sb->freeatom = be32_to_cpu(super->freeatom);