Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e836f015
Commit
e836f015
authored
May 01, 2009
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Remove trailing whitespace
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
0e0d2cf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
fs/cifs/CHANGES
fs/cifs/CHANGES
+3
-1
fs/cifs/readdir.c
fs/cifs/readdir.c
+1
-1
No files found.
fs/cifs/CHANGES
View file @
e836f015
...
@@ -6,7 +6,9 @@ characters. Add support for mounting root of a share which redirects immediately
...
@@ -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
------------
------------
...
...
fs/cifs/readdir.c
View file @
e836f015
...
@@ -532,7 +532,7 @@ static int initiate_cifs_search(const int xid, struct file *file)
...
@@ -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
));
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
)
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment