Skip to content

Commit

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

Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed Jan 20, 2022
1 parent 52d0053 commit 5162015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/cifs/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ 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 34
#define CIFS_VERSION "2.34"
#define SMB3_PRODUCT_BUILD 35
#define CIFS_VERSION "2.35"
#endif /* _CIFSFS_H */

0 comments on commit 5162015

Please sign in to comment.