Skip to content

Commit

Permalink
cifs: update internal module number
Browse files Browse the repository at this point in the history
To 2.37

Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed Jun 2, 2022
1 parent 7ef93ff commit 096c956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fs/cifs/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
extern const struct export_operations cifs_export_ops;
#endif /* CONFIG_CIFS_NFSD_EXPORT */

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

0 comments on commit 096c956

Please sign in to comment.