commit | 8679b0dba7cb98842cbe37f61ef05ef64106334c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Mar 16 15:15:30 2011 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 12 00:54:30 2011 +0000 |
tree | 8e66525517c527e8a6e466e6fa5637623784ecf5 | |
parent | 70945643722ffeac779d2529a348f99567fa5c33 [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>