From: Shirish Pargaonkar Date: Sun, 19 Sep 2010 03:01:58 +0000 (-0500) Subject: cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key... X-Git-Tag: v2.6.37-rc1~158^2~22^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f98ca9afb9c004f8948c0d40920503de447918a;p=pandora-kernel.git cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds Change name of variable mac_key to session key. The reason mac_key was changed to session key is, this structure does not hold message authentication code, it holds the session key (for ntlmv2, ntlmv1 etc.). mac is generated as a signature in cifs_calc* functions. Signed-off-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed