git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7094564
)
cifs: fix broken BCC check in is_valid_oplock_break
author
Jeff Layton
<jlayton@redhat.com>
Wed, 16 Mar 2011 19:15:30 +0000
(15:15 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 12 Apr 2011 00:54:30 +0000
(
00:54
+0000)
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>
No differences found