Skip to content

Commit aacfc93

Browse files
committed
cifs: update internal module number
To 2.41 Signed-off-by: Steve French <[email protected]>
1 parent f60ffa6 commit aacfc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/cifs/cifsfs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ extern const struct export_operations cifs_export_ops;
153153
#endif /* CONFIG_CIFS_NFSD_EXPORT */
154154

155155
/* when changing internal version - update following two lines at same time */
156-
#define SMB3_PRODUCT_BUILD 40
157-
#define CIFS_VERSION "2.40"
156+
#define SMB3_PRODUCT_BUILD 41
157+
#define CIFS_VERSION "2.41"
158158
#endif /* _CIFSFS_H */

0 commit comments

Comments
 (0)