]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: don't report metadata inodes to fserror
authorDarrick J. Wong <djwong@kernel.org>
Wed, 18 Feb 2026 23:25:38 +0000 (15:25 -0800)
committerCarlos Maiolino <cem@kernel.org>
Wed, 25 Feb 2026 12:58:49 +0000 (13:58 +0100)
commit75690e5fdd74fc4d2a4aec58be9a82aec7cee721
treeb2f26c9c76693258c34532997b3fcd8653ae6c4b
parent94014a23e91a3944947048169ccf38b4561cfd0c
xfs: don't report metadata inodes to fserror

Internal metadata inodes are not exposed to userspace programs, so it
makes no sense to pass them to the fserror functions (aka fsnotify).
Instead, report metadata file problems as general filesystem corruption.

Fixes: 5eb4cb18e445d0 ("xfs: convey metadata health events to the health monitor")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_health.c