From: Kevin Coffman Date: Thu, 19 Jan 2006 01:43:25 +0000 (-0800) Subject: [PATCH] svcrpc: gss: server context init failure handling X-Git-Tag: v2.6.16-rc2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a4762e0ab0880fa00e8f0b7a052e4929d867a6;p=pandora-kernel.git [PATCH] svcrpc: gss: server context init failure handling We require the server's gssd to create a completed context before asking the kernel to send a final context init reply. However, gssd could be buggy, or under some bizarre circumstances we might purge the context from our cache before we get the chance to use it here. Handle this case by returning GSS_S_NO_CONTEXT to the client. Also move the relevant code here to a separate function rather than nesting excessively. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed