]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't BUG_ON() inode unpack error
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Dec 2024 03:00:36 +0000 (22:00 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:23 +0000 (01:36 -0500)
commit644457ed8315c8018a5a8c16fdee9acce5cfef27
treeb0e6348e9b566269787e80d1745bef3272b1d6d3
parent7b11260456ed49ac14be623400b5ebbb847b71de
bcachefs: Don't BUG_ON() inode unpack error

Bkey validation checks that inodes are well-formed and unpack
successfully, so an unpack error should always indicate memory
corruption or some other kind of hardware bug - but these are still
errors we can recover from.

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