]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: pass the xfs_bmbt_irec directly through the log intent code
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 May 2023 12:29:04 +0000 (14:29 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 9 May 2023 16:09:39 +0000 (18:09 +0200)
commitafe1175ffccb30391a4e81be0e3e0e95309833dd
tree4f5700e08aac0a387415433aa73ca113b6257970
parent364cc95468f737725b90a91bf11b8e0452aa0122
xfs: pass the xfs_bmbt_irec directly through the log intent code

Source kernel commit: ddccb81b26ec021ae1f3366aa996cc4c68dd75ce

Instead of repeatedly boxing and unboxing the incore extent mapping
structure as it passes through the BUI code, pass the pointer directly
through.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/defer_item.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h