From 6d9ce71c8162d7cc940f38d06c15b4e3e3552d8d Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 11 Apr 2007 08:58:53 -0400 Subject: use a different inode number for subvols than the root root dir --- ctree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ctree.h') diff --git a/ctree.h b/ctree.h index 62478941..8d4ba19d 100644 --- a/ctree.h +++ b/ctree.h @@ -11,7 +11,8 @@ struct btrfs_trans_handle; #define BTRFS_ROOT_TREE_OBJECTID 1ULL #define BTRFS_EXTENT_TREE_OBJECTID 2ULL #define BTRFS_FS_TREE_OBJECTID 3ULL -#define BTRFS_FIRST_FREE_OBJECTID 4ULL +#define BTRFS_ROOT_TREE_DIR_OBJECTID 4ULL +#define BTRFS_FIRST_FREE_OBJECTID 5ULL /* * we can actually store much bigger names, but lets not confuse the rest -- cgit v1.2.3