From 2bf5ca55c2914ea1c6a64ef31e1d0c1735561eaa Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Mon, 31 Oct 2011 18:21:29 -0400 Subject: [PATCH] --- yaml --- r: 273181 b: refs/heads/master c: 4af835089984ce9e24c44a51be64c5524788e973 h: refs/heads/master i: 273179: 73f252321dc83bec51e377254d3cbd23cdf2db47 v: v3 --- [refs] | 2 +- trunk/fs/ext4/ialloc.c | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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;