commit | 4e5b0ad5827163bd8e57ea595be2681cad12e5c2 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Wed Oct 18 08:00:36 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 03 22:11:17 2017 +0800 |
tree | 4c1679e33ba5755b5cb798870b45eee95303acd2 | |
parent | 068c2e703577dca8cd634421f14b90959589ec85 [diff] |
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>