]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: axis - move request unmap outside of the queue lock
authorVincent Whitchurch <rabinv@axis.com>
Wed, 23 Jan 2019 11:59:46 +0000 (12:59 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Feb 2019 06:42:04 +0000 (14:42 +0800)
commit341a64c7e69f54e319ac187721b342f7620af6d6
treea3f4a941620e201011ff1e104bd130a5abfda60d
parent5997a245c77b754fb8ef807043066fcfde64858c
crypto: axis - move request unmap outside of the queue lock

The request unmap and bounce buffer copying is currently unnecessarily
done while holding the queue spin lock.

Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Vincent Whitchurch <rabinv@axis.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/axis/artpec6_crypto.c