btrfs: move orphan prototypes into orphan.h
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:41 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:47 +0000 (18:00 +0100)
commitaa5d3003ddee8d7c5c517db072f888e114ff1529
treedf3337a8b076768c353f0252bc08ebe5070bf038
parent7f0add250f829248281e1745d92648f72192a8f4
btrfs: move orphan prototypes into orphan.h

Move these out of ctree.h into orphan.h to cut down on code in ctree.h.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/orphan.c
fs/btrfs/orphan.h [new file with mode: 0644]
fs/btrfs/root-tree.c
fs/btrfs/tree-log.c
fs/btrfs/verity.c