diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index ded1643c0273..94e0cdfddc0c 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1649,7 +1649,9 @@ void btrfs_free_path(struct btrfs_path *p); | |||
1649 | void btrfs_init_path(struct btrfs_path *p); | 1649 | void btrfs_init_path(struct btrfs_path *p); |
1650 | int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, | 1650 | int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, |
1651 | struct btrfs_path *path, int slot, int nr); | 1651 | struct btrfs_path *path, int slot, int nr); |
1652 | 1652 | int btrfs_del_leaf(struct btrfs_trans_handle *trans, | |
1653 | struct btrfs_root *root, | ||
1654 | struct btrfs_path *path, u64 bytenr); | ||
1653 | static inline int btrfs_del_item(struct btrfs_trans_handle *trans, | 1655 | static inline int btrfs_del_item(struct btrfs_trans_handle *trans, |
1654 | struct btrfs_root *root, | 1656 | struct btrfs_root *root, |
1655 | struct btrfs_path *path) | 1657 | struct btrfs_path *path) |