diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-17 02:04:21 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-17 02:04:21 +0000 |
commit | c45d707f67b82236fcf9ca2af31c264669368b9b (patch) | |
tree | fde8fda767542a70cad4e86be74eff172be2359c /fs/cifs/cifsfs.h | |
parent | 5a07cdf86c1485b570789fb660c8ada7c2635b23 (diff) |
[CIFS] Fallback to standard mkdir if server incorrectly claims support for
posix ops
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 dd64cecd923..13c53a4ee0f 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -101,5 +101,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); extern int cifs_ioctl(struct inode *inode, struct file *filep, unsigned int command, unsigned long arg); -#define CIFS_VERSION "1.50" +#define CIFS_VERSION "1.51" #endif /* _CIFSFS_H */ |