Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322588
b: refs/heads/master
c: b2ede58
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Shilovsky authored and Steve French committed Sep 6, 2012
1 parent 940da04 commit bafbcb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2f2886a824ff0a56da1eaa13019fde86aa89fa6
refs/heads/master: b2ede58e98c87c7f0f44a926f974262f65c3402f
4 changes: 2 additions & 2 deletions trunk/fs/cifs/smb2pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
*
*/

#define SMB2_HEADER_STRUCTURE_SIZE __constant_le16_to_cpu(64)
#define SMB2_HEADER_STRUCTURE_SIZE __constant_cpu_to_le16(64)

struct smb2_hdr {
__be32 smb2_buf_length; /* big endian on wire */
Expand Down Expand Up @@ -140,7 +140,7 @@ struct smb2_pdu {
*
*/

#define SMB2_ERROR_STRUCTURE_SIZE2 __constant_le16_to_cpu(9)
#define SMB2_ERROR_STRUCTURE_SIZE2 __constant_cpu_to_le16(9)

struct smb2_err_rsp {
struct smb2_hdr hdr;
Expand Down

0 comments on commit bafbcb8

Please sign in to comment.