xfs: pass refcount intent directly through the log intent code
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:04 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:11 +0000 (08:48 -0800)
commit0b11553ec54a6d88907e60d0595dbcef98539747
tree4d5728edc20337d817883729340c93f00254276a
parentffaa196f622127acb7895723c4849fad68210270
xfs: pass refcount intent directly through the log intent code

Pass the incore refcount intent through the CUI logging code instead of
repeatedly boxing and unboxing parameters.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_refcount.h
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_trace.h