diff options
author | Steve French <sfrench@us.ibm.com> | 2011-02-21 22:31:47 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-02-21 22:31:47 +0000 |
commit | eed9e8307e01d6d8d6170afcb2f00e1a471b87d4 (patch) | |
tree | b5b71f4c879274643498e1bc60d088f8b6a4dbac | |
parent | 5e640927a597a7c3e72b61e8bce74c22e906de65 (diff) | |
download | linux-3.10-eed9e8307e01d6d8d6170afcb2f00e1a471b87d4.tar.gz linux-3.10-eed9e8307e01d6d8d6170afcb2f00e1a471b87d4.tar.bz2 linux-3.10-eed9e8307e01d6d8d6170afcb2f00e1a471b87d4.zip |
[CIFS] update cifs version
Update version to 1.71 so we can more easily spot modules with the last two fixes
Signed-off-by: Steve French <sfrench@us.ibm.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 4a3330235d5..a9371b6578c 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.70" +#define CIFS_VERSION "1.71" #endif /* _CIFSFS_H */ |