From 83856523c1d07abbacc6bef0e33ad3a89aacbf2a Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 29 Feb 2016 12:15:27 +0000 Subject: Clarify ASYNC_WAIT_CTX_clear_fd() docs Clarify that the "cleanup" routing does not get called if you invoke ASYNC_WAIT_CTX_clear_fd() directly. Reviewed-by: Richard Levitte --- crypto/async/async_wait.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/async') diff --git a/crypto/async/async_wait.c b/crypto/async/async_wait.c index 9d90e524c3..94f1a6b4e0 100644 --- a/crypto/async/async_wait.c +++ b/crypto/async/async_wait.c @@ -191,7 +191,8 @@ int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key) if (curr->key == key) { /* * Mark it as deleted. We don't call cleanup if explicitly asked - * to clear an fd. We assume the caller is going to do that + * to clear an fd. We assume the caller is going to do that (if + * appropriate). */ curr->del = 1; ctx->numdel++; -- cgit v1.2.3