From: Jeff Layton Date: Wed, 16 Mar 2011 19:15:30 +0000 (-0400) Subject: cifs: fix broken BCC check in is_valid_oplock_break X-Git-Tag: v2.6.39-rc4~62^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8679b0dba7cb98842cbe37f61ef05ef64106334c;p=pandora-kernel.git cifs: fix broken BCC check in is_valid_oplock_break The BCC is still __le16 at this point, and in any case we need to use the get_bcc_le macro to make sure we don't hit alignment problems. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed