summaryrefslogtreecommitdiff
path: root/convert/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'convert/common.c')
-rw-r--r--convert/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/common.c b/convert/common.c
index d37d2b26..d87d75ee 100644
--- a/convert/common.c
+++ b/convert/common.c
@@ -796,8 +796,8 @@ int make_convert_btrfs(int fd, struct btrfs_mkfs_config *cfg,
u64 csum_bytenr;
int ret;
- /* Shouldn't happen */
- BUG_ON(cache_tree_empty(used_space));
+ /* Source filesystem must be opened, checked and analyzed in advance */
+ ASSERT(!cache_tree_empty(used_space));
/*
* reserve space for temporary superblock first