summaryrefslogtreecommitdiff
path: root/chunk-recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'chunk-recover.c')
-rw-r--r--chunk-recover.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chunk-recover.c b/chunk-recover.c
index ae0d318c..45d6eae1 100644
--- a/chunk-recover.c
+++ b/chunk-recover.c
@@ -1685,6 +1685,9 @@ int btrfs_recover_chunk_tree(char *path, int verbose, int yes)
* droppped from the fs. Don't deal with them now, we will
* check it after the fs is opened.
*/
+ } else {
+ fprintf(stderr, "Check chunks successfully with no orphans\n");
+ goto fail_rc;
}
root = open_ctree_with_broken_chunk(&rc);