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 | |
parent | 1a967d6c9b39c226be1b45f13acd4d8a5ab3dc44 (diff) |
Update cifs.ko version to 2.09
Signed-off-by: Steven French <steve.french@primarydata.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 c89ecd7a5c39..5d0d2ff67a4b 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 */ |