[Ocfs2-tools-devel] [PATCH 1/6] libocfs2: add extent tree operations

Tao Ma tao.ma at oracle.com
Wed Jul 29 02:03:49 PDT 2009


Hi Tiger,
	Thanks for porting extent_tree to tools. I would deem that you don't 
change the schema, so just skim it.

Tiger Yang wrote:
> This patch add extent tree operations, then we can handle
> different extent trees.  Now we have three type extent tree,
> file data tree, xattr record tree and xattr value tree.
> 
> Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
> ---
> + * Copyright (C) 2004, 2008 Oracle.  All rights reserved.
only 2009.
> diff --git a/libocfs2/xattr.h b/libocfs2/xattr.h
> new file mode 100644
> index 0000000..ae8793a
> --- /dev/null
> +++ b/libocfs2/xattr.h
> @@ -0,0 +1,19 @@
> +/* -*- mode: c; c-basic-offset: 8; -*-
> + * vim: noexpandtab sw=8 ts=8 sts=0:
> + *
> + * xattr.h
> + *
> + * Copyright (C) 2004, 2008 Oracle.  All rights reserved.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public
> + * License version 2 as published by the Free Software Foundation.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> + * General Public License for more details.
> + */
> +
> +#define OCFS2_MAX_XATTR_TREE_LEAF_SIZE  65536
this should be in another patch?

Regards,
Tao



More information about the Ocfs2-tools-devel mailing list