diff options
| author | 2022-10-26 15:08:27 -0400 | |
|---|---|---|
| committer | 2022-12-05 18:00:46 +0100 | |
| commit | 7c8ede16280586c72c36af6604985d714b84a32c (patch) | |
| tree | b45e440a23db431c8c2d55f03adeb13cce7d394b /fs/btrfs/tree-log.c | |
| parent | btrfs: move dir-item prototypes into dir-item.h (diff) | |
| download | linux-rng-7c8ede16280586c72c36af6604985d714b84a32c.tar.xz linux-rng-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/tree-log.c')
| -rw-r--r-- | fs/btrfs/tree-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index c168db7519e7..7be540fb5c4a 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -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 |
