diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:32 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:46 +0300 |
commit | cc68414c6123fcc436c96d8920f48120b0ca2613 (patch) | |
tree | a7898f81be0136590c8656552097c0ce90ccf504 /fs/btrfs/ctree.h | |
parent | b538a271ae9bd07e926b1e3bbfcd1aebf63e5860 (diff) | |
download | linux-cc68414c6123fcc436c96d8920f48120b0ca2613.tar.xz |
btrfs: move the snapshot drop related prototypes to extent-tree.h
These belong in extent-tree.h, they were missed because they were not
grouped with the other extent-tree.c prototypes.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index ae2af0aeebc4..dcbfb1b9d269 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -675,12 +675,6 @@ static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) return btrfs_next_old_item(root, p, 0); } int btrfs_leaf_free_space(struct extent_buffer *leaf); -int __must_check btrfs_drop_snapshot(struct btrfs_root *root, int update_ref, - int for_reloc); -int btrfs_drop_subtree(struct btrfs_trans_handle *trans, - struct btrfs_root *root, - struct extent_buffer *node, - struct extent_buffer *parent); /* orphan.c */ int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, |