aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2009-05-01 12:20:35 -0400
committerSteve French <sfrench@us.ibm.com>2009-05-01 12:20:35 -0400
commite836f015b5c07da2f95a441274ef0a788ce17f80 (patch)
tree6a8503c183b6b2896a2a63d9c2c6de165c10189d /fs/cifs
parent0e0d2cf32743c660aab20e40aeb2155c06a256db (diff)
[CIFS] Remove trailing whitespace
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/CHANGES4
-rw-r--r--fs/cifs/readdir.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index 1b0643c2eac..43f2e0d061f 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -6,7 +6,9 @@ characters. Add support for mounting root of a share which redirects immediately
6to DFS target. Convert string conversion functions from Unicode to more 6to DFS target. Convert string conversion functions from Unicode to more
7accurately mark string length before allocating memory (which may help the 7accurately mark string length before allocating memory (which may help the
8rare cases where a UTF-8 string is much larger than the UCS2 string that 8rare cases where a UTF-8 string is much larger than the UCS2 string that
9we converted from). 9we converted from). Fix endianness of the vcnum field used during
10session setup to distinguish multiple mounts to same server from different
11userids.
10 12
11Version 1.57 13Version 1.57
12------------ 14------------
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c
index df003fe3710..964e097c820 100644
--- a/fs/cifs/readdir.c
+++ b/fs/cifs/readdir.c
@@ -532,7 +532,7 @@ ffirst_retry:
532 CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb)); 532 CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb));
533 if (rc == 0) 533 if (rc == 0)
534 cifsFile->invalidHandle = false; 534 cifsFile->invalidHandle = false;
535 /* BB add following call to handle readdir on new NTFS symlink errors 535 /* BB add following call to handle readdir on new NTFS symlink errors
536 else if STATUS_STOPPED_ON_SYMLINK 536 else if STATUS_STOPPED_ON_SYMLINK
537 call get_symlink_reparse_path and retry with new path */ 537 call get_symlink_reparse_path and retry with new path */
538 else if ((rc == -EOPNOTSUPP) && 538 else if ((rc == -EOPNOTSUPP) &&