commit | 1bb3c2a9747c404d23012088fbefb4499b884415 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Tue Jun 20 13:49:25 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:04 2023 -0400 |
tree | 450da8adf0cea75a7dda044f4c4b7c3d413c9da0 | |
parent | a83e108fc1964b8273c6f51cc62588ee774a5a48 [diff] |
bcachefs: New error message helpers Add two new helpers for printing error messages with __func__ and bch2_err_str(): - bch_err_fn - bch_err_msg Also kill the old error strings in the recovery path, which were causing us to incorrectly report memory allocation failures - they're not needed anymore. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>