Blob Blame History Raw
From: Steve French <stfrench@microsoft.com>
Date: Sun, 13 Oct 2019 21:19:54 -0500
Subject: [PATCH] cifs: update internal module version number
Git-commit: 1656a07a89a82a80d8e9fdf0e37821c2584d88d3
Patch-mainline: v5.5-rc1
References: bsc#1192606

To 2.24

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 93c757265105..b59dc7478130 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -153,5 +153,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
 extern const struct export_operations cifs_export_ops;
 #endif /* CONFIG_CIFS_NFSD_EXPORT */
 
-#define CIFS_VERSION   "2.23"
+#define CIFS_VERSION   "2.24"
 #endif				/* _CIFSFS_H */
-- 
2.33.1