diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:34 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:47 +0300 |
commit | 677074792a1d533232ec5517f23f78d64e6dffac (patch) | |
tree | 30a2eb550528a852544fe029b169b847096a1d23 /fs/btrfs/transaction.c | |
parent | 33cf97a7b6585efc57c1277b9e346afa7c542999 (diff) | |
download | linux-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/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index bbc3ad3e297c..a262fd188abe 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c @@ -32,6 +32,7 @@ #include "dir-item.h" #include "uuid-tree.h" #include "ioctl.h" +#include "relocation.h" static struct kmem_cache *btrfs_trans_handle_cachep; |