commit | 40bfd37ab95c89b20d1fa63aeea25ba5799bc125 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 13 15:01:06 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 17 12:31:03 2016 -0800 |
tree | 9c963ff7dea2b06a1abe0faeb30cf814097d98bb | |
parent | 20509d916186a2fcc6f248d9fb8882d3988834d2 [diff] |
crypto: algif_skcipher - Remove custom release parent function commit d7b65aee1e7b4c87922b0232eaba56a8a143a4a0 upstream. This patch removes the custom release parent function as the generic af_alg_release_parent now works for nokey sockets too. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>