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)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 May 2018 20:21:00 +0000 (16:21 -0400)
commitc90fd77562479165c1f1de7e334071f76b8ab17e
treeefc5283a191feebd1bc260d4d37d20f5123a9e77
parent9919479b835cb1c92b75965f2e120395078a1c55
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