]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: report realtime refcount btree corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:55 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:59 +0000 (09:15 -0800)
commit12e3ae7365e030f49b351a653d9e883575d633ee
tree6779e8850be39f0aa509b1d89739684de9bff209
parent3ae3aadc4fc328885eb9c14f63cc7f53da8eb146
xfs: report realtime refcount btree corruption errors to the health system

Source kernel commit: 026c8ed8d4580228949f177445c605d475880c93

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

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