diff options
author | Steve French <sfrench@us.ibm.com> | 2010-04-27 04:38:15 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-04-27 04:38:15 +0000 |
commit | d54ff73259a852d4b3886dc586587fdef5e9c8de (patch) | |
tree | 417ed0f9b87e4187641b053892eeb8f32ec32746 /fs/cifs/cifsfs.h | |
parent | 9bf67e516f16d31f86aa6f063576a959bbf19990 (diff) | |
download | op-kernel-dev-d54ff73259a852d4b3886dc586587fdef5e9c8de.zip op-kernel-dev-d54ff73259a852d4b3886dc586587fdef5e9c8de.tar.gz |
[CIFS] Fix lease break for writes
On lease break we were breaking to readonly leases always
even if write requested. Also removed experimental
ifdef around setlease code
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 dac7602..0242ff9 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -114,5 +114,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.63" +#define CIFS_VERSION "1.64" #endif /* _CIFSFS_H */ |