]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corrupt
authorChristoph Hellwig <hch@lst.de>
Fri, 15 May 2026 13:50:28 +0000 (15:50 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 9 Jun 2026 07:14:41 +0000 (09:14 +0200)
commitbef4cee25fbc26ee8b07028e461190fa57b02788
tree6d4771a0a16dd06ade6530393c430970541c7de7
parentaa7cfdb6e16b474328c79736f9b9dad09addc81c
xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corrupt

All xref corruption reports have the xfs_inode structure, so switch
the helper to work based on that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/common.c
fs/xfs/scrub/common.h
fs/xfs/scrub/dirtree.c
fs/xfs/scrub/inode.c
fs/xfs/scrub/nlinks.c
fs/xfs/scrub/rtbitmap.c
fs/xfs/scrub/rtsummary.c