btrfs-progs: test for restoring multiple devices fs into a single device
[platform/upstream/btrfs-progs.git] / cmds-qgroup.c
index 9b245b0..38382ea 100644 (file)
@@ -26,6 +26,7 @@
 #include "commands.h"
 #include "qgroup.h"
 #include "utils.h"
+#include "help.h"
 
 static const char * const qgroup_cmd_group_usage[] = {
        "btrfs qgroup <command> [options] <path>",
@@ -375,12 +376,9 @@ static int cmd_qgroup_show(int argc, char **argv)
 
        if (sync) {
                ret = ioctl(fd, BTRFS_IOC_SYNC);
-               if (ret < 0) {
-                       error("sync ioctl failed on '%s': %s", path,
+               if (ret < 0)
+                       warning("sync ioctl failed on '%s': %s", path,
                              strerror(errno));
-                       close_file_or_dir(fd, dirstream);
-                       goto out;
-               }
        }
 
        if (filter_flag) {