From: Kevin Coffman Date: Fri, 9 Nov 2007 23:42:09 +0000 (-0500) Subject: sunrpc: return error if unsupported enctype or cksumtype is encountered X-Git-Tag: v2.6.24-rc4~92^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef338bee3f4f509e82066e100f76fecbbbbc4cca;p=pandora-kernel.git sunrpc: return error if unsupported enctype or cksumtype is encountered Return an error from gss_import_sec_context_kerberos if the negotiated context contains encryption or checksum types not supported by the kernel code. This fixes an Oops because success was assumed and later code found no internal_ctx_id. Signed-off-by: Kevin Coffman Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed