]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: compact deferred intent item structures
authorDarrick J. Wong <djwong@kernel.org>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
commit8a702e68abc012de4d242abf4af988d66e22e230
treee375beaf8b7e2819f41e6b8e6dfd585fb3888224
parent2e1394fccdda6e88fd91bdfc99cd035bbc8f5242
xfs: compact deferred intent item structures

Source kernel commit: 9e253954acf53227f33d307f5ac5ff94c1ca5880

Rearrange these structs to reduce the amount of unused padding bytes.
This saves eight bytes for each of the three structs changed here, which
means they're now all (rmap/bmap are 64 bytes, refc is 32 bytes) even
powers of two.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.h
libxfs/xfs_refcount.h
libxfs/xfs_rmap.h