Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
fs/cifs/smb2pdu.h
··· 838 838 struct create_context ccontext; 839 839 __u8 Name[8]; 840 840 struct durable_reconnect_context_v2 dcontext; 841 + __u8 Pad[4]; 841 842 } __packed; 842 843 843 844 /* See MS-SMB2 2.2.13.2.5 */