xfs: open code xfs_buf_ioend_fail in xfs_buf_submit
authorChristoph Hellwig <hch@lst.de>
Thu, 25 Jun 2026 13:58:31 +0000 (15:58 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 1 Jul 2026 09:21:35 +0000 (11:21 +0200)
commit6769087fd856889a32caf09590703813e3763575
treefcd2c1e4182fe9838930ae29ddd4ad12c1fa144f
parent7f53bf79bdbac36b644b9fe7a77516baf8de5109
xfs: open code xfs_buf_ioend_fail in xfs_buf_submit

This better integrates with the other failure handling in xfs_buf_submit,
and prepares for a better API in xfs_buf_ioend_fail.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf.c