diff options
author | Steve French <smfrench@gmail.com> | 2018-01-27 01:58:32 +0300 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-27 02:03:01 +0300 |
commit | ab2c64330963a9d96c43751d83d133df20b04b19 (patch) | |
tree | 934535916498ebfec79dab7aab1bde242a87316a /fs/cifs | |
parent | cd1aca29fa020b6e6edcd3d5b3e49ab877d1bed7 (diff) | |
download | linux-ab2c64330963a9d96c43751d83d133df20b04b19.tar.xz |
update internal version number for cifs.ko
To version 2.11
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs')
-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 5a10e566f0e6..013ba2aed8d9 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -149,5 +149,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.10" +#define CIFS_VERSION "2.11" #endif /* _CIFSFS_H */ |