Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a5a22e57 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: pcrypt - Make tfm_count an atomic_t


The variable tfm_count is accessed by multiple threads without
locking.  This patch converts it to an atomic_t.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 30e4c010
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment