Blob Blame History Raw
From: Steve French <stfrench@microsoft.com>
Date: Thu, 19 Jan 2023 15:20:21 -0600
Subject: [PATCH] update internal module version number for cifs.ko
Git-commit: fdbf807215250217c83f1cb715b883cd910102fa
References: bsc#1190317
Patch-mainline: v6.3-rc1

From 2.41 to 2.42

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(-)

--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -160,5 +160,5 @@ extern int cifs_truncate_page(struct add
 extern const struct export_operations cifs_export_ops;
 #endif /* CONFIG_CIFS_NFSD_EXPORT */
 
-#define CIFS_VERSION   "2.41"
+#define CIFS_VERSION   "2.42"
 #endif				/* _CIFSFS_H */