]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cifs: update internal module version number for cifs.ko to 2.14
authorSteve French <stfrench@microsoft.com>
Mon, 24 Sep 2018 00:06:33 +0000 (19:06 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 12:22:02 +0000 (07:22 -0500)
Update version reported in "modinfo cifs"

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

index f047e87871a1c83a5c35106c8d99fe6358c8d79b..24e265a51874653401d0ecce7fa74b2b582aa62c 100644 (file)
@@ -148,5 +148,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.13"
+#define CIFS_VERSION   "2.14"
 #endif                         /* _CIFSFS_H */