mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
bcachefs: Add a missing bch2_err_str() call
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
47a0ea6abe
commit
67ace27246
@ -1564,6 +1564,6 @@ int bch2_fs_initialize(struct bch_fs *c)
|
||||
|
||||
return 0;
|
||||
err:
|
||||
pr_err("Error initializing new filesystem: %s (%i)", err, ret);
|
||||
pr_err("Error initializing new filesystem: %s (%s)", err, bch2_err_str(ret));
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user