]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: remove redundant backlog checks on EBUSY
authorGilad Ben-Yossef <gilad@benyossef.com>
Wed, 18 Oct 2017 07:00:36 +0000 (08:00 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Nov 2017 14:11:17 +0000 (22:11 +0800)
commit02c6c266ee651f33e953bb34993cc3858c0cd331
tree4c1679e33ba5755b5cb798870b45eee95303acd2
parentf20334bab79d2e93eb4ce5d9f32f23af837e9d56
crypto: remove redundant backlog checks on EBUSY

Now that -EBUSY return code only indicates backlog queueing
we can safely remove the now redundant check for the
CRYPTO_TFM_REQ_MAY_BACKLOG flag when -EBUSY is returned.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c
crypto/cts.c
crypto/lrw.c
crypto/rsa-pkcs1pad.c
crypto/xts.c