From 1f739d73e38a44a51f27e3b84ff50a9b08fcc399 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 1 Feb 2017 11:42:01 +0100 Subject: [PATCH] btrfs-progs: convert: move internal bg size definition Signed-off-by: David Sterba --- convert/common.c | 2 ++ utils.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/convert/common.c b/convert/common.c index 7a9b5962..999e0c27 100644 --- a/convert/common.c +++ b/convert/common.c @@ -22,6 +22,8 @@ #include "mkfs/common.h" #include "convert/common.h" +#define BTRFS_CONVERT_META_GROUP_SIZE SZ_32M + /* * Reserve space from free_tree. * The algorithm is very simple, find the first cache_extent with enough space diff --git a/utils.h b/utils.h index f86101b2..5861bfe6 100644 --- a/utils.h +++ b/utils.h @@ -28,8 +28,6 @@ #include "btrfs-list.h" #include "sizes.h" -#define BTRFS_CONVERT_META_GROUP_SIZE SZ_32M - #define BTRFS_SCAN_MOUNTED (1ULL << 0) #define BTRFS_SCAN_LBLKID (1ULL << 1)