btrfs: move file-item prototypes into their own header
authorJosef Bacik <josef@toxicpanda.com>
Wed, 26 Oct 2022 19:08:27 +0000 (15:08 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:46 +0000 (18:00 +0100)
commit7c8ede16280586c72c36af6604985d714b84a32c
treeb45e440a23db431c8c2d55f03adeb13cce7d394b
parentf2b39277b87dbb26f15e2e3b667df25dad3dd2ea
btrfs: move file-item prototypes into their own header

Move these prototypes out of ctree.h and into file-item.h.

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>
17 files changed:
fs/btrfs/compression.c
fs/btrfs/ctree.h
fs/btrfs/defrag.c
fs/btrfs/delayed-inode.c
fs/btrfs/extent-tree.c
fs/btrfs/extent_io.c
fs/btrfs/file-item.c
fs/btrfs/file-item.h [new file with mode: 0644]
fs/btrfs/file.c
fs/btrfs/free-space-cache.c
fs/btrfs/inode-item.c
fs/btrfs/inode.c
fs/btrfs/reflink.c
fs/btrfs/relocation.c
fs/btrfs/scrub.c
fs/btrfs/send.c
fs/btrfs/tree-log.c