diff options
author | Steve French <smfrench@gmail.com> | 2016-05-10 08:24:05 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2016-05-17 14:09:34 -0500 |
commit | 5a4f7e8e7ff5e81f57b08797cca41d307878dfc7 (patch) | |
tree | c5f16f29dc4a5ee0db064ad4d4f5538cde46619f /fs/cifs | |
parent | 1a967d6c9b39c226be1b45f13acd4d8a5ab3dc44 (diff) | |
download | op-kernel-dev-5a4f7e8e7ff5e81f57b08797cca41d307878dfc7.zip op-kernel-dev-5a4f7e8e7ff5e81f57b08797cca41d307878dfc7.tar.gz |
Update cifs.ko version to 2.09
Signed-off-by: Steven French <steve.french@primarydata.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 c89ecd7..5d0d2ff 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -130,5 +130,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.08" +#define CIFS_VERSION "2.09" #endif /* _CIFSFS_H */ |