From: J. Bruce Fields Date: Fri, 10 Aug 2007 00:16:22 +0000 (-0400) Subject: svcgss: move init code into separate function X-Git-Tag: v2.6.24-rc1~1293^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21fcd02be34f73bbc94db267b4db6ccd7332923d;p=pandora-kernel.git svcgss: move init code into separate function We've let svcauth_gss_accept() get much too long and hairy. The RPC_GSS_PROC_INIT and RPC_GSS_PROC_CONTINUE_INIT cases share very little with the other cases, so it's very natural to split them off into a separate function. This will also nicely isolate the piece of code we need to parametrize to authenticating gss-protected NFSv4 callbacks on behalf of the NFS client. Signed-off-by: J. Bruce Fields Acked-by: Neil Brown --- Reading git-diff-tree failed