]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Handle backpointers with unknown data types
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 19 Mar 2025 21:01:38 +0000 (17:01 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:36 +0000 (09:50 -0400)
commit962322475bb5cebe0da581f6f18d23b00184aa01
treec0d73f675c2c91ee132f775c8e6cd19570a6f9ff
parent6a9f681ef623ae3804bc2ca3a2d06d2458142975
bcachefs: Handle backpointers with unknown data types

New data types might be added later, so we don't want to disallow
unknown data types - that'll be a compatibility hassle later. Instead,
ignore them.

Reported-by: syzbot+3a290f5ff67ca3023834@syzkaller.appspotmail.com
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/backpointers.c