瀏覽代碼

[CIFS] Remove trailing whitespace

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

+ 3 - 1
fs/cifs/CHANGES

@@ -6,7 +6,9 @@ characters. Add support for mounting root of a share which redirects immediately
 to DFS target. Convert string conversion functions from Unicode to more
 to DFS target. Convert string conversion functions from Unicode to more
 accurately mark string length before allocating memory (which may help the
 accurately mark string length before allocating memory (which may help the
 rare cases where a UTF-8 string is much larger than the UCS2 string that
 rare cases where a UTF-8 string is much larger than the UCS2 string that
-we converted from).
+we converted from).  Fix endianness of the vcnum field used during
+session setup to distinguish multiple mounts to same server from different
+userids.
  
  
 Version 1.57
 Version 1.57
 ------------
 ------------

+ 1 - 1
fs/cifs/readdir.c

@@ -532,7 +532,7 @@ ffirst_retry:
 			CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb));
 			CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb));
 	if (rc == 0)
 	if (rc == 0)
 		cifsFile->invalidHandle = false;
 		cifsFile->invalidHandle = false;
-	/* BB add following call to handle readdir on new NTFS symlink errors 
+	/* BB add following call to handle readdir on new NTFS symlink errors
 	else if STATUS_STOPPED_ON_SYMLINK
 	else if STATUS_STOPPED_ON_SYMLINK
 		call get_symlink_reparse_path and retry with new path */
 		call get_symlink_reparse_path and retry with new path */
 	else if ((rc == -EOPNOTSUPP) &&
 	else if ((rc == -EOPNOTSUPP) &&