From: David Howells Date: Mon, 26 Jun 2006 07:24:51 +0000 (-0700) Subject: [PATCH] keys: discard the contents of a key on revocation X-Git-Tag: v2.6.18-rc1~815 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31204ed925b067d2bb65adb89501656f8274a32a;p=pandora-kernel.git [PATCH] keys: discard the contents of a key on revocation Cause the keys linked to a keyring to be unlinked from it when revoked and it causes the data attached to a user-defined key to be discarded when revoked. This frees up most of the quota a key occupied at that point, rather than waiting for the key to actually be destroyed. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed