From: David Howells Date: Thu, 29 Jun 2006 09:24:28 +0000 (-0700) Subject: [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller X-Git-Tag: v2.6.18-rc1~405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e54f08543d05e519e601368571cc3787fefae96;p=pandora-kernel.git [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller The proposed NFS key type uses its own method of passing key requests to userspace (upcalling) rather than invoking /sbin/request-key. This is because the responsible userspace daemon should already be running and will be contacted through rpc_pipefs. This patch permits the NFS filesystem to pass auxiliary data to the upcall operation (struct key_type::request_key) so that the upcaller can use a pre-existing communications channel more easily. Signed-off-by: David Howells Acked-By: Kevin Coffman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed