]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ext4: remove comments about extent mount option in ext4_new_inode()
authorEryu Guan <guaneryu@gmail.com>
Mon, 31 Oct 2011 22:21:29 +0000 (18:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Oct 2011 22:21:29 +0000 (18:21 -0400)
Remove comments about 'extent' mount option in ext4_new_inode(), since
it's no longer exists.

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ialloc.c

index acdde93b74d71dc600eb591e0f057efbe2f42e2f..612bec255c6c7cc6451cb7aacd9d19552866cb51 100644 (file)
@@ -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;