commit | d20acd09e3bf89aa23af034b8c2d0f5653577ea9 | [log] [tgz] |
---|---|---|
author | Jeff <jlayton@redhat.com> | Fri Jul 06 21:13:08 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Jul 06 21:13:08 2007 +0000 |
tree | 9a4b5d3f2731723ef9544c1a7402bb34c3215cd7 | |
parent | 38c10a1ddb24b9fa9f25b6c21d0390a9723ae6d6 [diff] [blame] |
[CIFS] ipv6 support no longer experimental Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index af3689b..ee8ab87 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h
@@ -101,5 +101,5 @@ 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.49" +#define CIFS_VERSION "1.50" #endif /* _CIFSFS_H */