diff options
author | Steve French <sfrench@us.ibm.com> | 2011-06-14 16:19:54 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-06-14 16:19:54 +0000 |
commit | 1252b3013b790c77e1c4f077a40542f86df37fb4 (patch) | |
tree | dd830c22c120672e80c1f4f69e6c7ab255ea3c9b /fs/cifs/cifsfs.h | |
parent | 040d15c86747cf44fcf6b8ee19d805d4ef20caf3 (diff) | |
download | linux-1252b3013b790c77e1c4f077a40542f86df37fb4.tar.bz2 |
[CIFS] update cifs version to 1.73
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 64313f778ebf..0900e1658c96 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.72" +#define CIFS_VERSION "1.73" #endif /* _CIFSFS_H */ |