diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 30c5a247ab2b..f6bca05a4b4c 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2661,9 +2661,9 @@ static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) | |||
2661 | } | 2661 | } |
2662 | int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path); | 2662 | int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path); |
2663 | int btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf); | 2663 | int btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf); |
2664 | void btrfs_drop_snapshot(struct btrfs_root *root, | 2664 | int __must_check btrfs_drop_snapshot(struct btrfs_root *root, |
2665 | struct btrfs_block_rsv *block_rsv, int update_ref, | 2665 | struct btrfs_block_rsv *block_rsv, |
2666 | int for_reloc); | 2666 | int update_ref, int for_reloc); |
2667 | int btrfs_drop_subtree(struct btrfs_trans_handle *trans, | 2667 | int btrfs_drop_subtree(struct btrfs_trans_handle *trans, |
2668 | struct btrfs_root *root, | 2668 | struct btrfs_root *root, |
2669 | struct extent_buffer *node, | 2669 | struct extent_buffer *node, |