diff options
author | Steve French <sfrench@us.ibm.com> | 2011-07-12 23:15:02 +0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-07-12 23:15:02 +0400 |
commit | c2ec9471b5b1307429aef1cfaa2b3ae453a61d6f (patch) | |
tree | ca216e0c2793c56047644496501923d0491cdff2 /fs/cifs | |
parent | ea1be1a3c3c4b2bbc32aeb7995e18336c8060e0e (diff) | |
download | linux-c2ec9471b5b1307429aef1cfaa2b3ae453a61d6f.tar.xz |
[CIFS] update cifs to version 1.74
Signed-off-by: Steve French <sfrench@us.ibm.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 0900e1658c96..036ca83e5f46 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -129,5 +129,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* CIFS_NFSD_EXPORT */ -#define CIFS_VERSION "1.73" +#define CIFS_VERSION "1.74" #endif /* _CIFSFS_H */ |