bcachefs: bch_err_(fn|msg) check if should print

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet
2023-12-16 22:43:41 -05:00
parent e06af20719
commit cf904c8d96
23 changed files with 133 additions and 212 deletions

View File

@@ -1200,6 +1200,6 @@ again:
}
err:
bch2_trans_put(trans);
bch_err_fn(c, ret);
return ret;
}