]> git.proxmox.com Git - mirror_zfs.git/commit
Properly pad struct tx_cpu to cache line
authorAlexander Motin <mav@FreeBSD.org>
Fri, 20 Oct 2023 18:54:05 +0000 (14:54 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 18:54:05 +0000 (11:54 -0700)
commitb29e98fa8dfcee3b5362a9a2cb479a2379fb16da
tree08505a9f97983e50db3d2c0e768a0a1a43d4042b
parent0d6cec418e10de077d5252e8bc5d1b0b490da54f
Properly pad struct tx_cpu to cache line

We already use ____cacheline_aligned in many places, so add one more
instead of seems arbitrary char tc_pad[8].

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #15402
include/sys/txg_impl.h