summaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 22:08:34 +0300
committerDavid Sterba <dsterba@suse.com>2022-12-05 20:00:47 +0300
commit677074792a1d533232ec5517f23f78d64e6dffac (patch)
tree30a2eb550528a852544fe029b169b847096a1d23 /fs/btrfs/backref.c
parent33cf97a7b6585efc57c1277b9e346afa7c542999 (diff)
downloadlinux-677074792a1d533232ec5517f23f78d64e6dffac.tar.xz
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/backref.c')
-rw-r--r--fs/btrfs/backref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 173df40da984..04cb608e7cfb 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -18,6 +18,7 @@
#include "fs.h"
#include "accessors.h"
#include "extent-tree.h"
+#include "relocation.h"
/* Just arbitrary numbers so we can be sure one of these happened. */
#define BACKREF_FOUND_SHARED 6