commit | ddccb81b26ec021ae1f3366aa996cc4c68dd75ce | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Feb 01 09:50:53 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Feb 05 08:48:11 2023 -0800 |
tree | 3dc117de9dccc5e5dcffdcf6d1907841ed3f8789 | |
parent | 8954c44ff47749255a2ee2b1d08ec3deb8345bc1 [diff] |
xfs: pass the xfs_bmbt_irec directly through the log intent code 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>