]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove xfs_buf_ioend
authorChristoph Hellwig <hch@lst.de>
Thu, 25 Jun 2026 13:58:34 +0000 (15:58 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 1 Jul 2026 10:29:50 +0000 (12:29 +0200)
commitb53177d418225b15d23b1817fac1b5c668e56c2f
tree6e591f1a8f3fd9c367730808dcd03e82e6c857b6
parent4c8b46d832bd98eab914e2bbcd32447b584b03a7
xfs: remove xfs_buf_ioend

There are two callers of xfs_buf_ioend, one of which always has the
XBF_ASYNC flag set.  Open code the logic in both callers to prepare for a
bug fix.

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/xfs_buf.c