diff options
author | Steve French <stfrench@microsoft.com> | 2019-01-05 19:46:35 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-01-11 07:14:40 -0600 |
commit | 48d2ba6257013676e57ff69444d5212031aee763 (patch) | |
tree | d1a9f99c8365432c935888e1da294a263eb7f695 /fs/cifs/cifsfs.h | |
parent | 9a66396f1857cc1de06f4f4771797315e1a4ea56 (diff) | |
download | linux-48d2ba6257013676e57ff69444d5212031aee763.tar.gz linux-48d2ba6257013676e57ff69444d5212031aee763.tar.bz2 linux-48d2ba6257013676e57ff69444d5212031aee763.zip |
cifs: update internal module version number
To 2.16
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 26776eddd85d..d1f9c2f3f575 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -150,5 +150,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.15" +#define CIFS_VERSION "2.16" #endif /* _CIFSFS_H */ |