aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
authorGravatar Josef Bacik <josef@toxicpanda.com> 2022-10-26 15:08:34 -0400
committerGravatar David Sterba <dsterba@suse.com> 2022-12-05 18:00:47 +0100
commit677074792a1d533232ec5517f23f78d64e6dffac (patch)
tree30a2eb550528a852544fe029b169b847096a1d23 /fs/btrfs/ctree.c
parentbtrfs: move acl prototypes into acl.h (diff)
downloadlinux-677074792a1d533232ec5517f23f78d64e6dffac.tar.gz
linux-677074792a1d533232ec5517f23f78d64e6dffac.tar.bz2
linux-677074792a1d533232ec5517f23f78d64e6dffac.zip
btrfs: move relocation prototypes into relocation.h
Move these out of ctree.h into relocation.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/ctree.c')
-rw-r--r--fs/btrfs/ctree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 4b47d380da1e..0acd85111cdf 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -21,6 +21,7 @@
#include "fs.h"
#include "accessors.h"
#include "extent-tree.h"
+#include "relocation.h"
static struct kmem_cache *btrfs_path_cachep;