mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
ext4: enable mounting bigalloc as read/write
Now that we have implemented all of the changes needed for bigalloc, we can finally enable it! Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
7b415bf60f
commit
6f16b60690
1 changed files with 2 additions and 1 deletions
|
@ -1439,7 +1439,8 @@ static inline void ext4_clear_state_flags(struct ext4_inode_info *ei)
|
||||||
EXT4_FEATURE_RO_COMPAT_DIR_NLINK | \
|
EXT4_FEATURE_RO_COMPAT_DIR_NLINK | \
|
||||||
EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE | \
|
EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE | \
|
||||||
EXT4_FEATURE_RO_COMPAT_BTREE_DIR |\
|
EXT4_FEATURE_RO_COMPAT_BTREE_DIR |\
|
||||||
EXT4_FEATURE_RO_COMPAT_HUGE_FILE)
|
EXT4_FEATURE_RO_COMPAT_HUGE_FILE |\
|
||||||
|
EXT4_FEATURE_RO_COMPAT_BIGALLOC)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default values for user and/or group using reserved blocks
|
* Default values for user and/or group using reserved blocks
|
||||||
|
|
Loading…
Add table
Reference in a new issue