Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155299
b: refs/heads/master
c: 1fb8bd0
h: refs/heads/master
i:
  155297: 3e83e40
  155295: 384d4f6
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Jul 5, 2009
1 parent db2ef51 commit 0824ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 681947d2fa1a00629de33c4df3ca72c39f06a14c
refs/heads/master: 1fb8bd01ed0af0d0577e010e8c6b4234de583fa6
3 changes: 3 additions & 0 deletions trunk/fs/ubifs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,9 @@ static int mount_ubifs(struct ubifs_info *c)
if (err)
goto out_journal;

/* Calculate 'min_idx_lebs' after journal replay */
c->min_idx_lebs = ubifs_calc_min_idx_lebs(c);

err = ubifs_mount_orphans(c, c->need_recovery, mounted_read_only);
if (err)
goto out_orphans;
Expand Down

0 comments on commit 0824ffd

Please sign in to comment.