btrfs-progs: convert: move internal bg size definition

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-02-01 11:42:01 +01:00
parent 39aa42147a
commit 1f739d73e3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)