From: Tim Gardner Date: Wed, 16 Oct 2013 15:09:49 +0000 (-0600) Subject: cifs: Remove redundant multiplex identifier check from check_smb_hdr() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~59^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944d6f1a5b8f42a780a65378e5f52bea3ae0ce07;p=pandora-kernel.git cifs: Remove redundant multiplex identifier check from check_smb_hdr() The only call site for check_smb_header() assigns 'mid' from the SMB packet, which is then checked again in check_smb_header(). This seems like redundant redundancy. Reviewed-by: Jeff Layton Signed-off-by: Tim Gardner Signed-off-by: Steve French --- Reading git-diff-tree failed