Skip to content

Commit 79a6406

Browse files
committed
Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fix from Steve French: "Small fix for an smb3 reconnect bug (also marked for stable)" * tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6: SMB3: Fix persistent handles reconnect
2 parents 820b7c7 + d243af7 commit 79a6406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/smb2pdu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@ struct create_durable_handle_reconnect_v2 {
838838
struct create_context ccontext;
839839
__u8 Name[8];
840840
struct durable_reconnect_context_v2 dcontext;
841+
__u8 Pad[4];
841842
} __packed;
842843

843844
/* See MS-SMB2 2.2.13.2.5 */

0 commit comments

Comments
 (0)