[PATCH v3 13/28] crypto: adapt api sample to -EIOCBQUEUED as backlog indication
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, Jonathan Corbet <corbet@xxxxxxx>, David Howells <dhowells@xxxxxxxxxx>, Tom Lendacky <thomas.lendacky@xxxxxxx>, Gary Hook <gary.hook@xxxxxxx>, Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx>, Arnaud Ebalard <arno@xxxxxxxxxxxx>, Matthias Brugger <matthias.bgg@xxxxxxxxx>, Alasdair Kergon <agk@xxxxxxxxxx>, Mike Snitzer <snitzer@xxxxxxxxxx>, dm-devel@xxxxxxxxxx, Shaohua Li <shli@xxxxxxxxxx>, Steve French <sfrench@xxxxxxxxx>, "Theodore Y. Ts'o" <tytso@xxxxxxx>, Jaegeuk Kim <jaegeuk@xxxxxxxxxx>, Mimi Zohar <zohar@xxxxxxxxxxxxxxxxxx>, Dmitry Kasatkin <dmitry.kasatkin@xxxxxxxxx>, James Morris <james.l.morris@xxxxxxxxxx>, "Serge E. Hallyn" <serge@xxxxxxxxxx>, linux-crypto@xxxxxxxxxxxxxxx, linux-doc@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, keyrings@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-mediatek@xxxxxxxxxxxxxxxxxxx, linux-raid@xxxxxxxxxxxxxxx, linux-cifs@xxxxxxxxxxxxxxx, samba-technical@xxxxxxxxxxxxxxx, linux-fscrypt@xxxxxxxxxxxxxxx, linux-ima-devel@xxxxxxxxxxxxxxxxxxxxx, linux-ima-user@xxxxxxxxxxxxxxxxxxxxx, linux-security-module@xxxxxxxxxxxxxxx
- Subject: [PATCH v3 13/28] crypto: adapt api sample to -EIOCBQUEUED as backlog indication
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Date: Sun, 2 Jul 2017 17:41:55 +0300
- In-reply-to: <1499006535-19760-1-git-send-email-gilad@benyossef.com>
- References: <1499006535-19760-1-git-send-email-gilad@benyossef.com>
Replace -EBUSY with -EIOCBQUEUED for backlog queueing indication
as part of new API.
Signed-off-by: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
---
This patch should be squashed with the first patch in the series
when applied.
Documentation/crypto/api-samples.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/crypto/api-samples.rst b/Documentation/crypto/api-samples.rst
index 2531948..c6aa4ba 100644
--- a/Documentation/crypto/api-samples.rst
+++ b/Documentation/crypto/api-samples.rst
@@ -47,7 +47,7 @@ Code Example For Symmetric Key Cipher Operation
case 0:
break;
case -EINPROGRESS:
- case -EBUSY:
+ case -EIOCBQUEUED:
rc = wait_for_completion_interruptible(
&sk->result.completion);
if (!rc && !sk->result.err) {
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-fscrypt" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Index of Archives]
[linux Cryptography]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[IETF Sipping]
[Info Cyrus]
[ALSA User]
[Fedora Linux Users]
[Linux SCTP]
[DCCP]
[Gimp]
[Yosemite News]
[Deep Creek Hot Springs]
[Yosemite Campsites]
[ISDN Cause Codes]