summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
diff options
context:
space:
mode:
authorEryu Guan <guaneryu@gmail.com>2011-10-31 18:21:29 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-31 18:21:29 -0400
commit4af835089984ce9e24c44a51be64c5524788e973 (patch)
tree73ccc1099e9caee8b790953fa4af6f53972c731d /fs/ext4/ialloc.c
parentedb5ac8993e25143f6af1ab143843a65c52e2a15 (diff)
downloadop-kernel-dev-4af835089984ce9e24c44a51be64c5524788e973.zip
op-kernel-dev-4af835089984ce9e24c44a51be64c5524788e973.tar.gz
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 <guaneryu@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r--fs/ext4/ialloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
index acdde93..612bec2 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;
OpenPOWER on IntegriCloud