Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61247
b: refs/heads/master
c: eb40a09
h: refs/heads/master
i:
  61245: 7a3c927
  61243: bc119bb
  61239: ba08b07
  61231: c757f2b
  61215: c369ba9
  61183: 29b487e
v: v3
  • Loading branch information
Jose R. Santos authored and Theodore Ts'o committed Jul 18, 2007
1 parent 25b80f7 commit e5b437f
Show file tree
Hide file tree
Showing 2 changed files with 8 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: c29c0ae7f282828da3695167ed870131798348d9
refs/heads/master: eb40a09c679d7f9709f7087add57f2e1c7122bb3
7 changes: 7 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,13 @@ static int ext4_fill_super (struct super_block *sb, void *data, int silent)
goto failed_mount3;
}

if (ext4_blocks_count(es) > 0xffffffffULL &&
!jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0,
JBD2_FEATURE_INCOMPAT_64BIT)) {
printk(KERN_ERR "ext4: Failed to set 64-bit journal feature\n");
goto failed_mount4;
}

/* We have now updated the journal if required, so we can
* validate the data journaling mode. */
switch (test_opt(sb, DATA_FLAGS)) {
Expand Down

0 comments on commit e5b437f

Please sign in to comment.