summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2011-09-09 23:06:51 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2011-09-09 23:06:51 (GMT)
commit6f16b60690ba04cf476480a6f19b204e4b95b4a6 (patch)
treedbb3efd3912e0a81ea8f439deb561bfc9fc2a9bd /fs
parent7b415bf60f6afb0499fd3dc0ee33444f54e28567 (diff)
downloadlinux-6f16b60690ba04cf476480a6f19b204e4b95b4a6.tar.xz
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/ext4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index a6307f7..a5a7e36 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