On Thu, Sep 09, 2021 at 12:07:37PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > The file comment in bio.c is almost completely irrelevant to the actual > contents of the file; it was originally copied from crypto.c. Fix it > up, and also add a kerneldoc comment for fscrypt_decrypt_bio(). > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/crypto/bio.c | 32 +++++++++++++++++--------------- > 1 file changed, 17 insertions(+), 15 deletions(-) Applied to fscrypt.git#master for 5.16. - Eric