From: Jeff Layton Date: Thu, 13 Jun 2013 00:52:14 +0000 (-0500) Subject: move sectype to the cifs_ses instead of TCP_Server_Info X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~20^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f618223dc0bdcbc8d510350e78ee2195ff93768;p=pandora-kernel.git move sectype to the cifs_ses instead of TCP_Server_Info Now that we track what sort of NEGOTIATE response was received, stop mandating that every session on a socket use the same type of auth. Push that decision out into the session setup code, and make the sectype a per-session property. This should allow us to mix multiple sectypes on a socket as long as they are compatible with the NEGOTIATE response. With this too, we can now eliminate the ses->secFlg field since that info is redundant and harder to work with than a securityEnum. Signed-off-by: Jeff Layton Acked-by: Pavel Shilovsky Signed-off-by: Steve French --- Reading git-diff-tree failed