Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144713
b: refs/heads/master
c: e836f01
h: refs/heads/master
i:
  144711: f1f061f
v: v3
  • Loading branch information
Steve French committed May 1, 2009
1 parent 3c66c6a commit b32563f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e0d2cf32743c660aab20e40aeb2155c06a256db
refs/heads/master: e836f015b5c07da2f95a441274ef0a788ce17f80
4 changes: 3 additions & 1 deletion trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
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
------------
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/readdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int initiate_cifs_search(const int xid, struct file *file)
CIFS_MOUNT_MAP_SPECIAL_CHR, CIFS_DIR_SEP(cifs_sb));
if (rc == 0)
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
call get_symlink_reparse_path and retry with new path */
else if ((rc == -EOPNOTSUPP) &&
Expand Down

0 comments on commit b32563f

Please sign in to comment.