aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-05-03 09:06:49 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-05-03 09:06:49 -0400
commitbe08c1b9f8e679d45e086728445ac36cf250e92e (patch)
tree12b99d1171d08b6674a4f00dbc424085eecd67b1 /fs/btrfs/ctree.h
parent35b7e476107e3d54f03384e0f2fa3dfd68933353 (diff)
Btrfs: early metadata/data split
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index b5855a5365ef..179a046ce5a4 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1080,7 +1080,7 @@ struct buffer_head *btrfs_alloc_free_block(struct btrfs_trans_handle *trans,
1080int btrfs_alloc_extent(struct btrfs_trans_handle *trans, 1080int btrfs_alloc_extent(struct btrfs_trans_handle *trans,
1081 struct btrfs_root *root, u64 owner, 1081 struct btrfs_root *root, u64 owner,
1082 u64 num_blocks, u64 search_start, 1082 u64 num_blocks, u64 search_start,
1083 u64 search_end, struct btrfs_key *ins); 1083 u64 search_end, struct btrfs_key *ins, int data);
1084int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, 1084int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
1085 struct buffer_head *buf); 1085 struct buffer_head *buf);
1086int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root 1086int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root