bcachefs: Add missing bch2_err_class() call
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 31 Mar 2023 00:16:06 +0000 (20:16 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:59 +0000 (17:09 -0400)
commitdde72e182758e455891ff61c11746085db8c27c1
treeb1452fa602d5a8ec99871b2961cc47d87aaf41e1
parent62a03559d667c1b0552a692ac01c576358847318
bcachefs: Add missing bch2_err_class() call

We're not supposed to return our private error codes to userspace.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs.c