Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212768
b: refs/heads/master
c: 1113e1b
h: refs/heads/master
v: v3
  • Loading branch information
Patrick J. LoPresti authored and Joel Becker committed Sep 10, 2010
1 parent 620f27b commit 916cd0c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 30ca22c70e3ef0a96ff84de69cd7e8561b416cb2
refs/heads/master: 1113e1b504f6e8d4364c0b73c9097828067d4617
4 changes: 4 additions & 0 deletions trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,10 @@ int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat,

if (!compat && !ro && !incompat)
return 1;
/* Load journal superblock if it is not loaded yet. */
if (journal->j_format_version == 0 &&
journal_get_superblock(journal) != 0)
return 0;
if (journal->j_format_version == 1)
return 0;

Expand Down

0 comments on commit 916cd0c

Please sign in to comment.