mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
fixup! bcachefs: cmd_set_option() can now set device options on multi device filesystems
This commit is contained in:
parent
8b31dfb350
commit
ef25411bdc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user