]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: report realtime rmap btree corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:33 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:06 +0000 (13:06 -0800)
commit6d4933c221958d1e1848d5092a3e3d1c6e4a6f92
treefe527c2edb45357285f9f4f43d763f472c7d75b2
parent59a57acbce282d5ff0ddcc308b934549b340c713
xfs: report realtime rmap btree corruption errors to the health system

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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_fs.h
fs/xfs/libxfs/xfs_health.h
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtrmap_btree.c
fs/xfs/xfs_health.c