]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] ablkcipher: Remove queue pointer from common alg object
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 26 Aug 2007 11:12:47 +0000 (19:12 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:41 +0000 (16:55 -0700)
commitb4620fe5b90634c6f1d708d2b7a626d52d167821
treeda472cafdc8688664011cf05b655db55a051b4e7
parentde7607e3631d690c6ed790efbb5f2381ac6b32b9
[CRYPTO] ablkcipher: Remove queue pointer from common alg object

Since not everyone needs a queue pointer and those who need it can
always get it from the context anyway the queue pointer in the
common alg object is redundant.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ablkcipher.c
crypto/cryptd.c
include/crypto/algapi.h
include/linux/crypto.h