]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fscrypt: shrink the size of struct fscrypt_inode_info slightly
authorEric Biggers <ebiggers@google.com>
Sat, 24 Feb 2024 06:01:03 +0000 (22:01 -0800)
committerEric Biggers <ebiggers@google.com>
Sat, 24 Feb 2024 06:03:48 +0000 (22:03 -0800)
commit8c62f31eddb71c6f6878258579318c1156045247
tree653455698ae03a183d5f5886a7e2a978c8681e20
parent2f944c66ae73eed4250607ccd3acdf2531afc194
fscrypt: shrink the size of struct fscrypt_inode_info slightly

Shrink the size of struct fscrypt_inode_info by 8 bytes by packing the
small fields into the 64 bits after ci_enc_key.

Link: https://lore.kernel.org/r/20240224060103.91037-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/fscrypt_private.h