diff --git a/[refs] b/[refs] index 07168f4ca273..4c198be4e620 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e7bbef19c8385895cb21c41a88bd937902e6316 +refs/heads/master: bc0b75f77a944b482293972eb8fd5c88c576eb46 diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index eb7722ab771c..e6784b3276be 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -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);