From ef25411bdcbd20c46380f38b3d07dfc21497154f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 9 Dec 2024 03:55:07 -0500 Subject: [PATCH] fixup! bcachefs: cmd_set_option() can now set device options on multi device filesystems --- c_src/cmd_option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_option.c b/c_src/cmd_option.c index 07c0d03d..eaf3429f 100644 --- a/c_src/cmd_option.c +++ b/c_src/cmd_option.c @@ -72,6 +72,7 @@ int cmd_set_option(int argc, char *argv[]) if (kstrtoint(optarg, 10, &dev_idx)) die("error parsing %s", optarg); darray_push(&dev_idxs, dev_idx); + break; } case 'h': set_option_usage();