Skip to content

Commit ba61a03

Browse files
author
Steve French
committed
cifs: update internal module version number for cifs.ko
From 2.43 to 2.44 Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent b3edef6 commit ba61a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/smb/client/cifsfs.h

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

161161
/* when changing internal version - update following two lines at same time */
162-
#define SMB3_PRODUCT_BUILD 43
163-
#define CIFS_VERSION "2.43"
162+
#define SMB3_PRODUCT_BUILD 44
163+
#define CIFS_VERSION "2.44"
164164
#endif /* _CIFSFS_H */

0 commit comments

Comments
 (0)