From: Theodore Ts'o Date: Fri, 9 Sep 2011 23:06:51 +0000 (-0400) Subject: ext4: enable mounting bigalloc as read/write X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~1618^2~65 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6f16b60690ba04cf476480a6f19b204e4b95b4a6;p=mirror_ubuntu-zesty-kernel.git 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" --- diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index a6307f7c9807..a5a7e369f719 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -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_EXTRA_ISIZE | \ 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