summaryrefslogtreecommitdiffstats
path: root/include/crypto/if_alg.h
diff options
context:
space:
mode:
authorHerbert Xu2016-01-13 07:59:03 +0100
committerHerbert Xu2016-01-18 11:16:32 +0100
commit6a935170a980024dd29199e9dbb5c4da4767a1b9 (patch)
tree367c9181e955fc1d2bd242defe62593705575c8e /include/crypto/if_alg.h
parentcrypto: qat - update init_esram for C3xxx dev type (diff)
downloadkernel-qcow2-linux-6a935170a980024dd29199e9dbb5c4da4767a1b9.tar.gz
kernel-qcow2-linux-6a935170a980024dd29199e9dbb5c4da4767a1b9.tar.xz
kernel-qcow2-linux-6a935170a980024dd29199e9dbb5c4da4767a1b9.zip
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
This patch allows af_alg_release_parent to be called even for nokey sockets. Cc: stable@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/if_alg.h')
-rw-r--r--include/crypto/if_alg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h
index df8284415c56..a2bfd7843f18 100644
--- a/include/crypto/if_alg.h
+++ b/include/crypto/if_alg.h
@@ -31,6 +31,7 @@ struct alg_sock {
struct sock *parent;
unsigned int refcnt;
+ unsigned int nokey_refcnt;
const struct af_alg_type *type;
void *private;