]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add a b_iodone callback to struct xfs_buf
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jan 2025 14:12:19 +0000 (15:12 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Jan 2025 10:38:15 +0000 (11:38 +0100)
commit4e35be63c4ad880c3dba12a287a0ea196541258e
tree769943d29c842437181e93ccf4d05d9270186878
parent4f1aefd13e94bbf027f87befb2e2206ca73a5e7f
xfs: add a b_iodone callback to struct xfs_buf

Stop open coding the log item completions and instead add a callback
into back into the submitter.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h
fs/xfs/xfs_dquot.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_trans_buf.c