On Tue, 27 Oct 2020 at 19:13, Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > The name "struct fsverity_signed_digest" is causing confusion because it > isn't actually a signed digest, but rather it's the way that the digest > is formatted in order to be signed. Rename it to > "struct fsverity_formatted_digest" to prevent this confusion. > > Also update the struct's comment to clarify that it's specific to the > built-in signature verification support and isn't a requirement for all > fs-verity users. > > I'll be renaming this struct in fsverity-utils too. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > Documentation/filesystems/fsverity.rst | 2 +- > fs/verity/fsverity_private.h | 17 ++++++++++++----- > fs/verity/signature.c | 2 +- > 3 files changed, 14 insertions(+), 7 deletions(-) Acked-by: Luca Boccassi <luca.boccassi@xxxxxxxxxxxxx>