commit | a4014d8f61a6a136d22422cf8aa978e6495dbad9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jul 07 17:57:03 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:46 2005 -0700 |
tree | bb5d995c2511b99e131ca92020ffc10cafee4447 | |
parent | 682d4fc93105ebf0bdfbb04a4b85047999b17844 [diff] |
[PATCH] Keys: Base keyring size on key pointer not key struct The attached patch makes the keyring functions calculate the new size of a keyring's payload based on the size of pointer to the key struct, not the size of the key struct itself. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>