]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: report realtime rmap btree corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Fri, 9 Aug 2024 12:02:30 +0000 (14:02 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 11 Aug 2024 06:35:55 +0000 (08:35 +0200)
commitcc7f91c42cee16a070b0394fcd3d6d0810c4e911
treed3d696067c5b0cf1979cf95bd2a62403a002cc3d
parent06d02121a48a952d26332177011b90ff40c85ad1
xfs: report realtime rmap btree corruption errors to the health system

Source kernel commit: 803aff2fabcc0cd3f3a41313c1dda6b61a63491e

Whenever we encounter corrupt realtime rmap btree blocks, we should
report that to the health monitoring system for later reporting.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_btree.h
libxfs/xfs_fs.h
libxfs/xfs_health.h
libxfs/xfs_inode_fork.c
libxfs/xfs_rtgroup.c
libxfs/xfs_rtrmap_btree.c