diff options
author | Steve French <sfrench@us.ibm.com> | 2011-01-31 21:56:35 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-01-31 21:56:35 +0000 |
commit | cab6958da0094e36a098751f844409fc9ee26251 (patch) | |
tree | 262e33dd31536b2826270d65e561569e86896b63 /fs | |
parent | 7a8587e7c8e4e32ba778bfbbb822a0a7e8d5f3e3 (diff) | |
download | linux-3.10-cab6958da0094e36a098751f844409fc9ee26251.tar.gz linux-3.10-cab6958da0094e36a098751f844409fc9ee26251.tar.bz2 linux-3.10-cab6958da0094e36a098751f844409fc9ee26251.zip |
[CIFS] Update cifs minor version
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-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 14789a97304..4a3330235d5 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -127,5 +127,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ -#define CIFS_VERSION "1.69" +#define CIFS_VERSION "1.70" #endif /* _CIFSFS_H */ |