瀏覽代碼

[CIFS] update cifs version number

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 16 年之前
父節點
當前提交
b77863bfa1
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 5 1
      fs/cifs/CHANGES
  2. 1 1
      fs/cifs/cifsfs.h

+ 5 - 1
fs/cifs/CHANGES

@@ -5,7 +5,11 @@ client generated ones by default (mount option "serverino" turned
 on by default if server supports it).  Add forceuid and forcegid
 on by default if server supports it).  Add forceuid and forcegid
 mount options (so that when negotiating unix extensions specifying
 mount options (so that when negotiating unix extensions specifying
 which uid mounted does not immediately force the server's reported
 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
 Version 1.58
 ------------
 ------------

+ 1 - 1
fs/cifs/cifsfs.h

@@ -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;
 extern const struct export_operations cifs_export_ops;
 #endif /* EXPERIMENTAL */
 #endif /* EXPERIMENTAL */
 
 
-#define CIFS_VERSION   "1.59"
+#define CIFS_VERSION   "1.60"
 #endif				/* _CIFSFS_H */
 #endif				/* _CIFSFS_H */