mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
kill_btree_node fixup
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
74a48d6da8
commit
8b93af8747
@ -113,5 +113,5 @@ int cmd_kill_btree_node(int argc, char *argv[])
|
||||
}
|
||||
|
||||
bch2_fs_stop(c);
|
||||
return ret;
|
||||
return ret < 0 ? ret : 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user