diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 11:49:37 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 11:49:37 -0700 |
commit | 02c37a6df558fb8768c4c8ae792e86e9abf2d733 (patch) | |
tree | fbd38b7129884ce702f10b023b7e2f00c65be31c /fs/cifs | |
parent | 190fdeb84499a2dc046adae2eebfdda49e315e96 (diff) | |
download | linux-3.10-02c37a6df558fb8768c4c8ae792e86e9abf2d733.tar.gz linux-3.10-02c37a6df558fb8768c4c8ae792e86e9abf2d733.tar.bz2 linux-3.10-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 0f6d352ab81..4cdb29fdc8c 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 */ |