bcachefs: Check for extents past eof correctly
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 19 Sep 2019 20:20:38 +0000 (16:20 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:27 +0000 (17:08 -0400)
commit9c37b63207e4257cf5a14a412c6b586ae47680be
tree6b2d05a32e6f9d65057f94edbb36820537269629
parent059e4134d26a3ada46dc29a849c8cfa5e0b7fd42
bcachefs: Check for extents past eof correctly

bcachefs used to work mostly in terms of PAGE_SIZE, not block size at
the vfs level - but that has since been fixed.

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