xfs: report symlink block corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:32:42 +0000 (12:32 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:32:42 +0000 (12:32 -0800)
commitb280fb0cbf48cea962d90bbe9c080ee1e77c3b4c
tree3d8f6522eec719e764134e5da054cd04f4bfc82b
parentca14c0968c1f693ab4bcb5368c800c33e7a2ad7e
xfs: report symlink block corruption errors to the health system

Whenever we encounter corrupt symbolic link 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/xfs_symlink.c