From a5a22e57f6d8f6f84bcf98dc11d44813e35caa11 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 22 May 2015 20:34:22 +0800 Subject: [PATCH] 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: Herbert Xu --- Reading git-format-patch failed