]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: remove xfs_errortag_get
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Sep 2025 14:34:33 +0000 (07:34 -0700)
committerCarlos Maiolino <cem@kernel.org>
Thu, 18 Sep 2025 15:32:02 +0000 (17:32 +0200)
commitd5409ebf46bb0735ba26c64d7a9c80dde3f94eb6
tree1f2e06a433ff284af676d27b611000b35be6f5da
parent42c21838708c20dd8ba605e4099bf6a7156c3362
xfs: remove xfs_errortag_get

xfs_errortag_get is only called by xfs_errortag_attr_show, which does not
need to validate the error tag, because it can only be called on valid
error tags that had a sysfs attribute registered.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_error.c
fs/xfs/xfs_error.h