summaryrefslogtreecommitdiff
path: root/cmd_kill_btree_node.c
AgeCommit message (Collapse)Author
2022-12-19Use bch2_err_str() instead of strerror()Kent Overstreet
This correctly prints out our private error codes. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-11-13cmd_kill_btree_node.cKent Overstreet
This factors out cmd_kill_btree_node into its own file - it was in cmd_list_journal.c, which wsa rather silly. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>