fixup! bcachefs: cmd_set_option() can now set device options on multi device filesystems

This commit is contained in:
Kent Overstreet 2024-12-09 03:55:07 -05:00
parent 8b31dfb350
commit ef25411bdc

View File

@ -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();