]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[CIFS] update cifs version number
authorSteve French <sfrench@us.ibm.com>
Thu, 9 Jul 2009 22:51:38 +0000 (22:51 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 9 Jul 2009 22:51:38 +0000 (22:51 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/CHANGES
fs/cifs/cifsfs.h

index 3a9b7a58a51d001464934963ba3df05de50bf96a..92888aa907492e813be7ea7f6c9567f2fdd32d93 100644 (file)
@@ -5,7 +5,11 @@ client generated ones by default (mount option "serverino" turned
 on by default if server supports it).  Add forceuid and forcegid
 mount options (so that when negotiating unix extensions specifying
 which uid mounted does not immediately force the server's reported
-uids to be overridden).  Add support for scope moutn parm.
+uids to be overridden).  Add support for scope mount parm. Improve
+hard link detection to use same inode for both.  Do not set
+read-only dos attribute on directories (for chmod) since Windows
+explorer special cases this attribute bit for directories for
+a different purpose.
 
 Version 1.58
 ------------
index 586df24c9abb6855318f26cfdd1373f4a3b51ff3..6c170948300d9be5cc6d8cc47eac8d73053bf390 100644 (file)
@@ -113,5 +113,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.59"
+#define CIFS_VERSION   "1.60"
 #endif                         /* _CIFSFS_H */