bcachefs: fsck: inode_walker: last_pos, seen_this_pos
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 16 Jul 2023 18:24:36 +0000 (14:24 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:07 +0000 (17:10 -0400)
commitf9f52bc4f0342ddc68690ebdc581eedfbd4a9c6b
treef796ed308a0e4a888610f7203db6b0e7f0fd50db
parent5897505e67f542452b4f26b6eba949c71e3da7d5
bcachefs: fsck: inode_walker: last_pos, seen_this_pos

Prep work for changing check_extent() to avoid
key_visible_in_snapshot() - this adds the state to track whether an
inode has seen an extent at this pos.

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