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>
This commit is contained in:
Josef Bacik
2022-10-26 15:08:27 -04:00
committed by David Sterba
parent f2b39277b8
commit 7c8ede1628
17 changed files with 50 additions and 31 deletions

View File

@@ -61,6 +61,7 @@
#include "root-tree.h"
#include "defrag.h"
#include "dir-item.h"
#include "file-item.h"
struct btrfs_iget_args {
u64 ino;