On Mon, Mar 18, 2019 at 10:23:33AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > The only reason the inode is being passed to fscrypt_get_ctx() is to > verify that the encryption key is available. However, all callers > already ensure this because if we get as far as trying to do I/O to an > encrypted file without the key, there's already a bug. > > Therefore, remove this unnecessary argument. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Looks good, applied. - Ted