summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-11 08:58:53 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-11 08:58:53 -0400
commit6d9ce71c8162d7cc940f38d06c15b4e3e3552d8d (patch)
tree0cc4087a67e8c790ac5188227eebf01f57567ee1 /ctree.h
parent88e3e66570ef19572e9bfb0d62f7d96a231a87c3 (diff)
use a different inode number for subvols than the root root dir
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h3
1 files changed, 2 insertions, 1 deletions
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