]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Plumb bkey_validate_context to journal_entry_validate
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 8 Dec 2024 02:36:15 +0000 (21:36 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:22 +0000 (01:36 -0500)
commit60558d55f7e26c8aa2242718461642792fa200a4
tree3c00f7b2e9ba0d2de21e48cd1c28914b89c95b78
parentbbe36bd0993df2167b883d4af0b849a309350c38
bcachefs: Plumb bkey_validate_context to journal_entry_validate

This lets us print the exact location in the journal if it was found in
the journal, or correctly print if it was found in the superblock.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bkey_types.h
fs/bcachefs/btree_trans_commit.c
fs/bcachefs/error.c
fs/bcachefs/extents.c
fs/bcachefs/journal_io.c
fs/bcachefs/journal_io.h
fs/bcachefs/sb-clean.c