Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331584
b: refs/heads/master
c: bc0b75f
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Sep 18, 2012
1 parent 6c7fb25 commit c1a5fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e7bbef19c8385895cb21c41a88bd937902e6316
refs/heads/master: bc0b75f77a944b482293972eb8fd5c88c576eb46
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
* enable delayed allocation by default
* Use -o nodelalloc to turn it off
*/
if (!IS_EXT3_SB(sb) &&
if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) &&
((def_mount_opts & EXT4_DEFM_NODELALLOC) == 0))
set_opt(sb, DELALLOC);

Expand Down

0 comments on commit c1a5fc9

Please sign in to comment.