diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 21:08:27 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:46 +0100 |
commit | 7c8ede16280586c72c36af6604985d714b84a32c (patch) | |
tree | b45e440a23db431c8c2d55f03adeb13cce7d394b /fs/btrfs/defrag.c | |
parent | btrfs: move dir-item prototypes into dir-item.h (diff) | |
download | linux-7c8ede16280586c72c36af6604985d714b84a32c.tar.xz linux-7c8ede16280586c72c36af6604985d714b84a32c.zip |
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>
Diffstat (limited to 'fs/btrfs/defrag.c')
-rw-r--r-- | fs/btrfs/defrag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/defrag.c b/fs/btrfs/defrag.c index 291263f93e47..ed82085acea3 100644 --- a/fs/btrfs/defrag.c +++ b/fs/btrfs/defrag.c @@ -14,6 +14,7 @@ #include "delalloc-space.h" #include "subpage.h" #include "defrag.h" +#include "file-item.h" static struct kmem_cache *btrfs_inode_defrag_cachep; |