summaryrefslogtreecommitdiff
path: root/fs/inode.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-05-01 01:51:40 +0300
committerTheodore Ts'o <tytso@mit.edu>2018-05-20 23:21:01 +0300
commit101c97a3e616f877a51201a4ff6ec2358b9a88d0 (patch)
tree567c41694197d23a75e51e5f64d08f616a613f3b /fs/inode.c
parent1da2f0ac8ca57475e454e10180ee57a73b9566ec (diff)
downloadlinux-101c97a3e616f877a51201a4ff6ec2358b9a88d0.tar.xz
fscrypt: don't clear flags on crypto transform
fscrypt is clearing the flags on the crypto_skcipher it allocates for each inode. But, this is unnecessary and may cause problems in the future because it will even clear flags that are meant to be internal to the crypto API, e.g. CRYPTO_TFM_NEED_KEY. Remove the unnecessary flag clearing. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/inode.c')
0 files changed, 0 insertions, 0 deletions