search for: gd79bc

Displaying 2 results from an estimated 2 matches for "gd79bc".

Did you mean: d79b
2012 Jul 17
0
[PATCH] btrfs-progs: fsck: understand the -s option
...e81adc 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -3499,7 +3499,7 @@ int main(int ac, char **av) while(1) { int c; - c = getopt_long(ac, av, "", long_options, + c = getopt_long(ac, av, "s:", long_options, &option_index); if (c < 0) break; -- 1.7.6.233.gd79bc -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2012 Oct 25
0
[PATCH] btrfs-progs: do not send stream into a terminal
...fileno(stdout); + if (isatty(send.dump_fd)) { + fprintf(stderr, "ERROR: not dumping send stream into a terminal, redirect it into a file\n"); + return 1; + } + while ((c = getopt(argc, argv, "vf:i:p:")) != -1) { switch (c) { case ''v'': -- 1.7.6.233.gd79bc -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html