diff options
author | Steve French <smfrench@gmail.com> | 2015-10-03 16:54:17 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2015-10-03 16:54:17 -0500 |
commit | 616a5399b8f11a526cedcbaeb68bc0a1b08a3f43 (patch) | |
tree | 285c56cf176906b52fa43bc04e1f8e452a17901e /fs/cifs | |
parent | 646200a041203f440fb6fcf9cacd9efeda9de74c (diff) | |
download | talos-op-linux-616a5399b8f11a526cedcbaeb68bc0a1b08a3f43.tar.gz talos-op-linux-616a5399b8f11a526cedcbaeb68bc0a1b08a3f43.zip |
[CIFS] Update cifs version number
Update modinfo cifs.ko version number to 2.08
Signed-off-by: Steve 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 27aea110e923..c3cc1609025f 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -136,5 +136,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.07" +#define CIFS_VERSION "2.08" #endif /* _CIFSFS_H */ |