aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2022-10-26 19:08:26 +0000
committerDavid Sterba <[email protected]>2022-12-05 17:00:46 +0000
commitf2b39277b87dbb26f15e2e3b667df25dad3dd2ea (patch)
tree6cf159e18738443ff70ad29c977d8d38aaa7d0c2 /fs/btrfs/tree-log.c
parentbtrfs: move defrag related prototypes to their own header (diff)
downloadkernel-f2b39277b87dbb26f15e2e3b667df25dad3dd2ea.tar.gz
kernel-f2b39277b87dbb26f15e2e3b667df25dad3dd2ea.zip
btrfs: move dir-item prototypes into dir-item.h
Move these prototypes out of ctree.h and into their own header file. Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Josef Bacik <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r--fs/btrfs/tree-log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index e358df3668e7..c168db7519e7 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -25,6 +25,7 @@
#include "accessors.h"
#include "extent-tree.h"
#include "root-tree.h"
+#include "dir-item.h"
#define MAX_CONFLICT_INODES 10