[Ocfs2-tools-devel] [PATCH 2/6] mkfs.ocfs2: Add vmstore fs type

Joel Becker Joel.Becker at oracle.com
Tue Feb 16 18:12:31 PST 2010


On Tue, Feb 16, 2010 at 03:54:53PM -0800, Sunil Mushran wrote:
> diff --git a/include/ocfs2/ocfs2.h b/include/ocfs2/ocfs2.h
> index 09f12ef..c5f0064 100644
> --- a/include/ocfs2/ocfs2.h
> +++ b/include/ocfs2/ocfs2.h
> @@ -239,6 +239,13 @@ struct _ocfs2_fs_options {
>  	uint32_t opt_ro_compat;
>  };
>  
> +enum ocfs2_fs_types {
> +	FS_DEFAULT,
> +	FS_DATAFILES,
> +	FS_MAIL,
> +	FS_VMSTORE,
> +};

	These now are part of the libocfs2 interface.
OCFS2_MKFSTYPE_*, please.

Joel

-- 

"Not everything that can be counted counts, and not everything
 that counts can be counted."
        - Albert Einstein 

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-tools-devel mailing list