diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 9ec0d65ebe9b..d8e03bd797ff 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | struct btrfs_trans_handle; | 8 | struct btrfs_trans_handle; |
9 | struct btrfs_transaction; | 9 | struct btrfs_transaction; |
10 | extern struct kmem_cache *btrfs_path_cachep; | ||
10 | 11 | ||
11 | #define BTRFS_MAGIC "_BtRfS_M" | 12 | #define BTRFS_MAGIC "_BtRfS_M" |
12 | 13 | ||
@@ -888,6 +889,8 @@ int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root | |||
888 | *root, struct btrfs_key *key, struct btrfs_path *p, int | 889 | *root, struct btrfs_key *key, struct btrfs_path *p, int |
889 | ins_len, int cow); | 890 | ins_len, int cow); |
890 | void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p); | 891 | void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p); |
892 | struct btrfs_path *btrfs_alloc_path(void); | ||
893 | void btrfs_free_path(struct btrfs_path *p); | ||
891 | void btrfs_init_path(struct btrfs_path *p); | 894 | void btrfs_init_path(struct btrfs_path *p); |
892 | int btrfs_del_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, | 895 | int btrfs_del_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, |
893 | struct btrfs_path *path); | 896 | struct btrfs_path *path); |