diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-19 07:50:20 +1200 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-19 07:50:20 +1200 |
| commit | a91e1138b7cb0e4dfa12ef823c6eedb34b28bd08 (patch) | |
| tree | 12e4ca359a22e110fae92441f1e952b9b0b1f611 /fs/smb/common/smbglob.h | |
| parent | 9a903e6d9649e45cee9a8588fa3793fdfc5408ee (diff) | |
| parent | d8a4af8f3d9d3367b2c49b0d9dee529556bdd2f4 (diff) | |
Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French:
- important fix for reconnect problem
- minor cleanup
* tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
cifs: update internal module version number
smb: move some SMB1 definitions into common/smb1pdu.h
smb: align durable reconnect v2 context to 8 byte boundary
Diffstat (limited to 'fs/smb/common/smbglob.h')
| -rw-r--r-- | fs/smb/common/smbglob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/smb/common/smbglob.h b/fs/smb/common/smbglob.h index 9562845a5617..4e33d91cdc9d 100644 --- a/fs/smb/common/smbglob.h +++ b/fs/smb/common/smbglob.h @@ -11,8 +11,6 @@ #ifndef _COMMON_SMB_GLOB_H #define _COMMON_SMB_GLOB_H -#define SMB1_PROTO_NUMBER cpu_to_le32(0x424d53ff) - struct smb_version_values { char *version_string; __u16 protocol_id; |
