]> git.baikalelectronics.ru Git - kernel.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)
commit3e491c9431d554dd73a261d501a9b0fdce6263be
treea3f4a941620e201011ff1e104bd130a5abfda60d
parent2c3f8a8ccff1d68fc09f674b7dc614090991722b
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