[GIT PULL] fsverity updates for 5.19

From: Eric Biggers
Date: Mon May 23 2022 - 03:25:00 EST


The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

for you to fetch changes up to e6af1bb07704b53bad7771db1b05ee17abad11cb:

fs-verity: Use struct_size() helper in enable_verity() (2022-05-19 09:53:33 -0700)

----------------------------------------------------------------

A couple small cleanups for fs/verity/.

----------------------------------------------------------------
Zhang Jianhua (2):
fs-verity: remove unused parameter desc_size in fsverity_create_info()
fs-verity: Use struct_size() helper in enable_verity()

fs/verity/enable.c | 4 ++--
fs/verity/fsverity_private.h | 6 ++----
fs/verity/open.c | 12 ++++--------
fs/verity/read_metadata.c | 5 ++---
4 files changed, 10 insertions(+), 17 deletions(-)