]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add realtime refcount btree block detection to log recovery
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:28 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:48 +0000 (15:55 +0200)
commitf3155d5c9d6995a6e9bb436dac02f1cbd1b9d961
treef20e339e003e880eac2a213f340fad4b58ee7675
parent440759cd56011a5c6f7dc8f2bda84226c742a33c
xfs: add realtime refcount btree block detection to log recovery

Identify rt refcount btree blocks in the log correctly so that we can
validate them during log recovery.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_buf_item_recover.c