Re: [PATCH] fscrypt: document struct fscrypt_operations
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-08-07 06:30:53
Also in:
linux-f2fs-devel, linux-fscrypt
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-08-07 06:30:53
Also in:
linux-f2fs-devel, linux-fscrypt
On Wed, Jul 28, 2021 at 09:37:28PM -0700, Eric Biggers wrote:
From: Eric Biggers <redacted> Document all fields of struct fscrypt_operations so that it's more clear what filesystems that use (or plan to use) fs/crypto/ need to implement. Signed-off-by: Eric Biggers <redacted> --- include/linux/fscrypt.h | 109 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 105 insertions(+), 4 deletions(-)
Applied to fscrypt.git#master for 5.15. - Eric