From: Eryu Guan Date: Mon, 31 Oct 2011 22:21:29 +0000 (-0400) Subject: ext4: remove comments about extent mount option in ext4_new_inode() X-Git-Tag: next-20111101~64^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=33e71650bf43c52fe0f64e8b5a833d50e2c6fc1d;p=karo-tx-linux.git ext4: remove comments about extent mount option in ext4_new_inode() Remove comments about 'extent' mount option in ext4_new_inode(), since it's no longer exists. Signed-off-by: Eryu Guan Signed-off-by: "Theodore Ts'o" --- diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index acdde93b74d7..612bec255c6c 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c @@ -873,11 +873,7 @@ got: 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;