Index: btrfs-progs-4.4.1/cmds-restore.c =================================================================== --- btrfs-progs-4.4.1.orig/cmds-restore.c +++ btrfs-progs-4.4.1/cmds-restore.c @@ -438,6 +438,9 @@ static enum loop_response ask_to_continu char buf[2]; char *ret; + if (ignore_errors) + return LOOP_CONTINUE; + printf("We seem to be looping a lot on %s, do you want to keep going " "on ? (y/N/a): ", file); again: