]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bcachefs: Fix error type in bch2_alloc_v3_validate()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 10 Mar 2025 19:20:29 +0000 (20:20 +0100)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:15 +0000 (21:02 -0400)
commitbafd41b435afebe40ce931cc4599e5aa330788f3
tree264415d0a77c645bf986cfdd33c026db31fcd73e
parentfb195fa7538fe1150a4c6033ac8a3ed90f1ba69e
bcachefs: Fix error type in bch2_alloc_v3_validate()

Use error type alloc_v3_unpack_error in bch2_alloc_v3_validate().

Fixes: b65db750e2bb ("bcachefs: Enumerate fsck errors")
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_background.c