OSDN Git Service

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 19:18:52 +0000 (12:18 -0700)
commitd56de4e926ade7e0afd929792aced636c1f178ba
tree04555251f5d1a1e784c3442a81b6edf66eeb6645
parentf68d3b84aef18bb91329907995d2c7e083ae8c75
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