Blob Blame History Raw
From: Steve French <stfrench@microsoft.com>
Date: Tue, 15 Dec 2020 15:17:43 -0600
Subject: [PATCH] cifs: update internal module version number
Git-commit: afee4410bc6c50e1422c5a45d633ad0e478ea960
Patch-mainline: v5.11-rc1
References: bsc#1192606

To 2.30

Signed-off-by: Steve French <stfrench@microsoft.com>
Acked-by: Enzo Matsumiya <ematsumiya@suse.de>
---
 fs/cifs/cifsfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index d6976c28970d..2307bb0f6147 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -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.29"
+#define CIFS_VERSION   "2.30"
 #endif				/* _CIFSFS_H */
-- 
2.33.1