fscrypt: remove the "write" part of struct fscrypt_ctx
authorEric Biggers <ebiggers@google.com>
Mon, 20 May 2019 16:29:40 +0000 (09:29 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 28 May 2019 17:27:52 +0000 (10:27 -0700)
commit2a415a0257314cb2e49fb9ac4c6770837112f261
treeb7e812fe46716e8a00114ba6c8161c7eb8f71275
parentd2d0727b1654e11563f181f4d3d48b9275514480
fscrypt: remove the "write" part of struct fscrypt_ctx

Now that fscrypt_ctx is not used for writes, remove the 'w' fields.

Reviewed-by: Chandan Rajendra <chandan@linux.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/bio.c
fs/crypto/crypto.c
include/linux/fscrypt.h