]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add a b_iodone callback to struct xfs_buf xfs-buf-cleanups
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Dec 2024 06:41:40 +0000 (06:41 +0000)
committerChristoph Hellwig <hch@lst.de>
Sat, 11 Jan 2025 05:21:43 +0000 (06:21 +0100)
commitd0f5bde7427b382de2a996611b691a9736a45b77
tree8c4cd99abdb85c9800d6f6c342018b47f156be4c
parentf9f4fdff8254d53c9dd975fc441f802f2568081f
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>
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