mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-07 00:00:12 +03:00
Add missing scrub command
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
b33db73147
commit
d8cad4775f
@ -62,6 +62,7 @@ fn handle_c_command(mut argv: Vec<String>, symlink_cmd: Option<&str>) -> i32 {
|
||||
"reconcile" => c::reconcile_cmds(argc, argv),
|
||||
"remove-passphrase" => c::cmd_remove_passphrase(argc, argv),
|
||||
"reset-counters" => c::cmd_reset_counters(argc, argv),
|
||||
"scrub" => c::cmd_scrub(argc, argv),
|
||||
"set-fs-option" => c::cmd_set_option(argc, argv),
|
||||
"set-passphrase" => c::cmd_set_passphrase(argc, argv),
|
||||
"set-file-option" => c::cmd_setattr(argc, argv),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user