]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: move the guts of XFS_ERRORTAG_DELAY out of line
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Jan 2026 05:19:19 +0000 (06:19 +0100)
committerCarlos Maiolino <cem@kernel.org>
Fri, 30 Jan 2026 09:41:42 +0000 (10:41 +0100)
commite2d62bfd99b6b79d7c5a4c543c2d84049f01f24f
tree31dc2481a904a02bd387ff174462d25251d5a669
parentb8862a09d8256a9037293f1da3b4617b21de26f1
xfs: move the guts of XFS_ERRORTAG_DELAY out of line

Mirror what is done for the more common XFS_ERRORTAG_TEST version,
and also only look at the error tag value once now that we can
easily have a local variable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
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/xfs_error.c
fs/xfs/xfs_error.h