From: Jeff Layton Date: Sun, 23 Feb 2014 00:35:38 +0000 (-0500) Subject: cifs: mask off top byte in get_rfc1002_length() X-Git-Tag: v3.14-rc7~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca1c8d17a2feae056f9e334ea75a462ae4cb52a;p=pandora-kernel.git cifs: mask off top byte in get_rfc1002_length() The rfc1002 length actually includes a type byte, which we aren't masking off. In most cases, it's not a problem since the RFC1002_SESSION_MESSAGE type is 0, but when doing a RFC1002 session establishment, the type is non-zero and that throws off the returned length. Signed-off-by: Jeff Layton Tested-by: Sachin Prabhu Signed-off-by: Steve French --- Reading git-diff-tree failed