]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - crypto/cts.c
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)
commit4e5b0ad5827163bd8e57ea595be2681cad12e5c2
tree4c1679e33ba5755b5cb798870b45eee95303acd2
parent068c2e703577dca8cd634421f14b90959589ec85
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