[Ocfs2-devel] [PATCH 2/2] features: Make inline-data a default feature
Mark Fasheh
mfasheh at suse.com
Fri Dec 26 14:24:27 PST 2008
Kernels since 2.6.24 have supported this, I think it's time to make it a
default feature.
Signed-off-by: Mark Fasheh <mfasheh at suse.com>
---
libocfs2/feature_string.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libocfs2/feature_string.c b/libocfs2/feature_string.c
index 7b1f93e..e6633da 100644
--- a/libocfs2/feature_string.c
+++ b/libocfs2/feature_string.c
@@ -62,7 +62,8 @@ static struct feature_level_translation ocfs2_feature_levels_table[] = {
static ocfs2_fs_options feature_level_defaults[] = {
{OCFS2_FEATURE_COMPAT_BACKUP_SB | OCFS2_FEATURE_COMPAT_JBD2_SB,
- OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC,
+ OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC |
+ OCFS2_FEATURE_INCOMPAT_INLINE_DATA,
OCFS2_FEATURE_RO_COMPAT_UNWRITTEN}, /* OCFS2_FEATURE_LEVEL_DEFAULT */
{OCFS2_FEATURE_COMPAT_BACKUP_SB | OCFS2_FEATURE_COMPAT_JBD2_SB,
--
1.5.6
More information about the Ocfs2-devel
mailing list