diff options
| author | 2022-10-26 15:08:34 -0400 | |
|---|---|---|
| committer | 2022-12-05 18:00:47 +0100 | |
| commit | 677074792a1d533232ec5517f23f78d64e6dffac (patch) | |
| tree | 30a2eb550528a852544fe029b169b847096a1d23 /fs/btrfs/backref.c | |
| parent | btrfs: move acl prototypes into acl.h (diff) | |
| download | linux-rng-677074792a1d533232ec5517f23f78d64e6dffac.tar.xz linux-rng-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/backref.c')
| -rw-r--r-- | fs/btrfs/backref.c | 1 |
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 |
