summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-07-01 16:25:46 -0500
committerSteve French <stfrench@microsoft.com>2019-07-18 18:14:47 -0500
commit2a957ace44d4cf0f6194a4209d4fa67ee5461d8f (patch)
treef7fefe28aef1deaaa3ac5f87f3d55ec3298f5aa1
parentaa081859b10c5d8b19f5c525c78883a59d73c2b8 (diff)
downloadlinux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.tar.gz
linux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.tar.xz
cifs: update internal module number
To 2.21 Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index aea005703785..4b21a90015a9 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -152,5 +152,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.20"
+#define CIFS_VERSION "2.21"
#endif /* _CIFSFS_H */