From: Steve French Date: Sun, 9 Dec 2012 04:08:06 +0000 (-0600) Subject: Do not send SMB2 signatures for SMB3 frames X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38107d45cf452761a74fe512190e23f36834d6dd;p=pandora-kernel.git Do not send SMB2 signatures for SMB3 frames Restructure code to make SMB2 vs. SMB3 signing a protocol specific op. SMB3 signing (AES_CMAC) is not enabled yet, but this restructuring at least makes sure we don't send an smb2 signature on an smb3 signed connection. A followon patch will add AES_CMAC and enable smb3 signing. Signed-off-by: Steve French Acked-by: Jeff Layton --- Reading git-diff-tree failed