From: Jeff Layton Date: Sat, 6 Dec 2008 01:41:21 +0000 (-0500) Subject: cifs: have calc_lanman_hash take more granular args X-Git-Tag: v2.6.29-rc1~582^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e53a3fb98d3d5c2941d2e7199dab317a9d4ead3;p=pandora-kernel.git cifs: have calc_lanman_hash take more granular args cifs: have calc_lanman_hash take more granular args We need to use this routine to encrypt passwords associated with the tcon too. Don't assume that the password will be attached to the smb_session. Also, make some of the values in the lower encryption functions const since they aren't changed. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed