projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b415bf
)
ext4: enable mounting bigalloc as read/write
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 9 Sep 2011 23:06:51 +0000
(19:06 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 9 Sep 2011 23:06:51 +0000
(19:06 -0400)
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>
fs/ext4/ext4.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/ext4.h
b/fs/ext4/ext4.h
index a6307f7c98074457ee33e4f7f05f514e42c8e50f..a5a7e369f71994017d2f076c5d870c4941249563 100644
(file)
--- 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