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

xfs_errortag_set is only called by xfs_errortag_attr_store, , 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