commit | 44fd294681de73990da656294e3dacaa7878f577 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Tue Jul 24 13:43:11 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 26 10:15:13 2018 -0700 |
tree | e1f5b5ab4d1742604d4840b126e3e40ee30db002 | |
parent | 509308b413c9e4e3140b4bc524522255d126787e [diff] |
xfs: pack holes in xfs_defer_ops and xfs_trans Both structures have holes due to member alignment. Move dop_low to the end of xfs_defer ops to sanitize the cache line alignment and move t_flags to save 8 bytes in xfs_trans. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bill O'Donnell <billodo@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>