fscrypt: remove error messages for skcipher_request_alloc() failure
authorEric Biggers <ebiggers@google.com>
Mon, 30 Apr 2018 22:51:38 +0000 (15:51 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Jun 2018 16:37:40 +0000 (09:37 -0700)
commit712401bc77ff1836855775d74a6bfaf49ab320f9
tree8fa2c4880b958b775fba34ba6d379a0feb977958
parent6e4e39cc922cac0951bc5a75df6163acc5bacbe6
fscrypt: remove error messages for skcipher_request_alloc() failure

skcipher_request_alloc() can only fail due to lack of memory, and in
that case the memory allocator will have already printed a detailed
error message.  Thus, remove the redundant error messages from fscrypt.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/crypto/crypto.c
fs/crypto/fname.c