[Ocfs2-tools-devel] [PATCH 2/2] features: Make inline-data a default feature
Sunil Mushran
sunil.mushran at oracle.com
Tue Jan 6 15:53:48 PST 2009
sob
man page will need tweaking. ;) I can handle that later.
Mark Fasheh wrote:
> 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,
>
More information about the Ocfs2-tools-devel
mailing list