diff --git a/[refs] b/[refs] index 789494e5577b..926e0f8f328d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edb5ac8993e25143f6af1ab143843a65c52e2a15 +refs/heads/master: 4af835089984ce9e24c44a51be64c5524788e973 diff --git a/trunk/fs/ext4/ialloc.c b/trunk/fs/ext4/ialloc.c index acdde93b74d7..612bec255c6c 100644 --- a/trunk/fs/ext4/ialloc.c +++ b/trunk/fs/ext4/ialloc.c @@ -873,11 +873,7 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, int mode, ei->i_dir_start_lookup = 0; ei->i_disksize = 0; - /* - * Don't inherit extent flag from directory, amongst others. We set - * extent flag on newly created directory and file only if -o extent - * mount option is specified - */ + /* Don't inherit extent flag from directory, amongst others. */ ei->i_flags = ext4_mask_flags(mode, EXT4_I(dir)->i_flags & EXT4_FL_INHERITED); ei->i_file_acl = 0;