]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: algif_hash - Remove custom release parent function
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 Jan 2016 07:00:36 +0000 (15:00 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2016 20:31:03 +0000 (12:31 -0800)
commit20509d916186a2fcc6f248d9fb8882d3988834d2
tree77edfabd5663b53c6d71443f8f0107847ca43e76
parent758c560bcbc7d7814a391597fbcba02f087fb7f7
crypto: algif_hash - Remove custom release parent function

commit f1d84af1835846a5a2b827382c5848faf2bb0e75 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>
crypto/algif_hash.c