]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: reduce zone alignment to 8 bytes
authormjg <mjg@FreeBSD.org>
Wed, 5 Aug 2020 09:24:38 +0000 (09:24 +0000)
committermjg <mjg@FreeBSD.org>
Wed, 5 Aug 2020 09:24:38 +0000 (09:24 +0000)
commit7a0bce1fdb3c3217078b86e6840e5dd90f6a0c55
treef06ed7ff9d1f7244248e261eb4d11643ab21a7bc
parent34bd11e69344be919094488547e7d9aaba425f3a
cache: reduce zone alignment to 8 bytes

It used to be sizeof of the given struct to accomodate for 32 bit mips
doing 64 bit loads, but the same can be achieved with requireing just
64 bit alignment.

While here reorder struct namecache so that most commonly used fields
are closer.
sys/kern/vfs_cache.c