mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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:
parent
f2b39277b8
commit
7c8ede1628
17 changed files with 50 additions and 31 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "extent-tree.h"
|
||||
#include "root-tree.h"
|
||||
#include "dir-item.h"
|
||||
#include "file-item.h"
|
||||
|
||||
#define MAX_CONFLICT_INODES 10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue