]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Tue, 16 Feb 2021 05:58:58 +0000 (23:58 -0600)
committerSteve French <stfrench@microsoft.com>
Fri, 26 Feb 2021 01:08:11 +0000 (19:08 -0600)
To 2.31

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.h

index 2307bb0f6147072994ba8939451d483607c7532c..766e388628701d9ff0723f1ada111eb85f0a9ba2 100644 (file)
@@ -160,5 +160,5 @@ 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 CIFS_VERSION   "2.30"
+#define CIFS_VERSION   "2.31"
 #endif                         /* _CIFSFS_H */