diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 21:08:30 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:46 +0100 |
commit | af142b6f44d36c4d0e1e53acbedbc30a588c58de (patch) | |
tree | 816f4bbd36470d86dbc560aa299c4505f2f8c734 /fs/btrfs/tree-log.c | |
parent | btrfs: move ioctl prototypes into ioctl.h (diff) | |
download | linux-af142b6f44d36c4d0e1e53acbedbc30a588c58de.tar.xz linux-af142b6f44d36c4d0e1e53acbedbc30a588c58de.zip |
btrfs: move file prototypes to file.h
Move these out of ctree.h into file.h to cut down on code in ctree.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 7be540fb5c4a..1c505713511c 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -27,6 +27,7 @@ #include "root-tree.h" #include "dir-item.h" #include "file-item.h" +#include "file.h" #define MAX_CONFLICT_INODES 10 |