ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()
authorRoberto Sassu <roberto.sassu@polito.it>
Wed, 6 Oct 2010 16:31:06 +0000 (18:31 +0200)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Fri, 29 Oct 2010 15:31:35 +0000 (10:31 -0500)
commitaee683b9e77e17237b0e146025c3d363c9203634
tree79ec9b8a2ff2d2e433bbe7a6959a34aeb75c25b6
parent2e21b3f124eceb6ab5a07c8a061adce14ac94e14
ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()

This patch allows keys requested in the function
ecryptfs_keyring_auth_tok_for_sig()to be released when they are no
longer required. In particular keys are directly released in the same
function if the obtained authentication token is not valid.

Further, a new function parameter 'auth_tok_key' has been added to
ecryptfs_find_auth_tok_for_sig() in order to provide callers the key
pointer to be passed to key_put().

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
Cc: Dustin Kirkland <kirkland@canonical.com>
Cc: James Morris <jmorris@namei.org>
[Tyler: Initialize auth_tok_key to NULL in ecryptfs_parse_packet_set]
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
fs/ecryptfs/keystore.c