mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +00:00
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>
This commit is contained in:
parent
edb5ac8993
commit
4af8350899
@ -873,11 +873,7 @@ got:
|
|||||||
ei->i_dir_start_lookup = 0;
|
ei->i_dir_start_lookup = 0;
|
||||||
ei->i_disksize = 0;
|
ei->i_disksize = 0;
|
||||||
|
|
||||||
/*
|
/* Don't inherit extent flag from directory, amongst others. */
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
ei->i_flags =
|
ei->i_flags =
|
||||||
ext4_mask_flags(mode, EXT4_I(dir)->i_flags & EXT4_FL_INHERITED);
|
ext4_mask_flags(mode, EXT4_I(dir)->i_flags & EXT4_FL_INHERITED);
|
||||||
ei->i_file_acl = 0;
|
ei->i_file_acl = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user