From: Chuck Lever Date: Sat, 16 Mar 2013 19:54:34 +0000 (-0400) Subject: SUNRPC: Define rpcsec_gss_info structure X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~3^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb15b26f8ba3ff629a052faf3f4a4744585ca2dc;p=pandora-kernel.git SUNRPC: Define rpcsec_gss_info structure The NFSv4 SECINFO procedure returns a list of security flavors. Any GSS flavor also has a GSS tuple containing an OID, a quality-of- protection value, and a service value, which specifies a particular GSS pseudoflavor. For simplicity and efficiency, I'd like to return each GSS tuple from the NFSv4 SECINFO XDR decoder and pass it straight into the RPC client. Define a data structure that is visible to both the NFS client and the RPC client. Take structure and field names from the relevant standards to avoid confusion. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed