]> www.infradead.org Git - users/hch/dma-mapping.git/commit
bcachefs: Fix return type of dirent_points_to_inode_nowarn()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 1 Oct 2024 21:43:36 +0000 (17:43 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 3 Oct 2024 01:30:55 +0000 (21:30 -0400)
commitabaa6d4f6ab8371c5b73afb726ff1c012526e999
tree06a61bcd33b75891e786b1fc9d0665ae641652c1
parente764e68103c12aef161480b8da984c36ca99cfb5
bcachefs: Fix return type of dirent_points_to_inode_nowarn()

we're returning an error code now, not a bool

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fsck.c