]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: shash - don't exclude async statuses from error stats
authorEric Biggers <ebiggers@google.com>
Sun, 29 Oct 2023 05:16:59 +0000 (22:16 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Nov 2023 11:16:29 +0000 (19:16 +0800)
commitfea845fd79b534948a707511591c059d293668c1
tree4c211331de1e2593008d1a5c099657e54c038aa8
parent84d0217336d76fc4ba5dcd71ca195f4dc71c1d4d
crypto: shash - don't exclude async statuses from error stats

EINPROGRESS and EBUSY have special meaning for async operations.
However, shash is always synchronous, so these statuses have no special
meaning for shash and don't need to be excluded when handling errors.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/shash.c