git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791b4d5
)
[CRYPTO] ablkcipher: Remove queue pointer from common alg object
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 26 Aug 2007 11:12:47 +0000
(19:12 +0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:41 +0000
(16:55 -0700)
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>
No differences found