]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: Replace ERANGE with private error codes
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 3 Nov 2023 15:40:32 +0000 (11:40 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 5 Nov 2023 18:12:18 +0000 (13:12 -0500)
commita973de85e3976f3418f35cf82112190fac2eeddb
tree13e5f0f7a4cbfb578f64db3785bdd2587b865240
parenta8958a1a95b28e16dbca0654eeb6aa458bb1d3b0
bcachefs: Replace ERANGE with private error codes

We avoid using standard error codes: private, per-callsite error codes
make debugging easier.

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