summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-12-13 11:12:45 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-12-13 11:12:45 -0500
commit29bf1724b19e727619b9fb541df0c9e5661f264e (patch)
tree21341018c68e09daf349329b936f1fa7df19734f /ctree.h
parent140d96a562d72d5f581c076298fbd1682811b1e2 (diff)
Reorder extent back refs to differentiate file data from btree blocks
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctree.h b/ctree.h
index 780b3e40..5cb0a885 100644
--- a/ctree.h
+++ b/ctree.h
@@ -31,7 +31,7 @@ struct btrfs_trans_handle;
#define BTRFS_EXTENT_TREE_OBJECTID 2ULL
#define BTRFS_FS_TREE_OBJECTID 3ULL
#define BTRFS_ROOT_TREE_DIR_OBJECTID 4ULL
-#define BTRFS_FIRST_FREE_OBJECTID 5ULL
+#define BTRFS_FIRST_FREE_OBJECTID 256ULL
/*
* we can actually store much bigger names, but lets not confuse the rest