Skip to content

Commit 096c956

Browse files
committed
cifs: update internal module number
To 2.37 Signed-off-by: Steve French <[email protected]>
1 parent 7ef93ff commit 096c956

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fs/cifs/cifsfs.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
152152
extern const struct export_operations cifs_export_ops;
153153
#endif /* CONFIG_CIFS_NFSD_EXPORT */
154154

155-
#define SMB3_PRODUCT_BUILD 35
156-
#define CIFS_VERSION "2.36"
155+
/* when changing internal version - update following two lines at same time */
156+
#define SMB3_PRODUCT_BUILD 37
157+
#define CIFS_VERSION "2.37"
157158
#endif /* _CIFSFS_H */

0 commit comments

Comments
 (0)