aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-10-10 11:49:37 -0700
committerSteve French <sfrench@us.ibm.com>2005-10-10 11:49:37 -0700
commit02c37a6df558fb8768c4c8ae792e86e9abf2d733 (patch)
treefbd38b7129884ce702f10b023b7e2f00c65be31c /fs/cifs
parent[CIFS] Fix byte range locking to Windows when Windows server returns (diff)
downloadlinux-dev-02c37a6df558fb8768c4c8ae792e86e9abf2d733.tar.xz
linux-dev-02c37a6df558fb8768c4c8ae792e86e9abf2d733.zip
[CIFS] Update cifs version to 1.38
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index 0f6d352ab813..4cdb29fdc8c2 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -97,5 +97,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.37"
+#define CIFS_VERSION "1.38"
#endif /* _CIFSFS_H */