diff options
author | Steve French <stfrench@microsoft.com> | 2019-03-31 19:00:54 -0400 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-05-08 00:24:56 -0400 |
commit | cb4f7bf6be10b35510e6b2e60f80d85ebc22a578 (patch) | |
tree | f5aa0e58319f65c0d672dafd26a26dae5ce2d17c | |
parent | ebaf546a5584d0a75aa61e4872771008715b8639 (diff) |
cifs: update module internal version number
To 2.20
Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index c47d93d74d75..aea005703785 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); | |||
152 | extern const struct export_operations cifs_export_ops; | 152 | extern const struct export_operations cifs_export_ops; |
153 | #endif /* CONFIG_CIFS_NFSD_EXPORT */ | 153 | #endif /* CONFIG_CIFS_NFSD_EXPORT */ |
154 | 154 | ||
155 | #define CIFS_VERSION "2.19" | 155 | #define CIFS_VERSION "2.20" |
156 | #endif /* _CIFSFS_H */ | 156 | #endif /* _CIFSFS_H */ |