Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273181
b: refs/heads/master
c: 4af8350
h: refs/heads/master
i:
  273179: 73f2523
v: v3
  • Loading branch information
Eryu Guan authored and Theodore Ts'o committed Oct 31, 2011
1 parent 73ece76 commit 2bf5ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edb5ac8993e25143f6af1ab143843a65c52e2a15
refs/heads/master: 4af835089984ce9e24c44a51be64c5524788e973
6 changes: 1 addition & 5 deletions trunk/fs/ext4/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2bf5ca5

Please sign in to comment.