From: David Howells Date: Tue, 2 Oct 2012 18:24:56 +0000 (+0100) Subject: KEYS: Use keyring_alloc() to create special keyrings X-Git-Tag: v3.8-rc1~90^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8aa23a55f813c9bddec2a6176e0e67274e6e7c1;p=pandora-kernel.git KEYS: Use keyring_alloc() to create special keyrings Use keyring_alloc() to create special keyrings now that it has a permissions parameter rather than using key_alloc() + key_instantiate_and_link(). Also document and export keyring_alloc() so that modules can use it too. Signed-off-by: David Howells --- Reading git-diff-tree failed