Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
b66ac3ea
Commit
b66ac3ea
authored
Apr 23, 2006
by
Steve French
Browse files
[CIFS] Fix typo in previous
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
60808233
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/cifs/readdir.c
View file @
b66ac3ea
...
@@ -766,7 +766,7 @@ static int cifs_filldir(char *pfindEntry, struct file *file,
...
@@ -766,7 +766,7 @@ static int cifs_filldir(char *pfindEntry, struct file *file,
if
(
file
->
f_dentry
==
NULL
)
if
(
file
->
f_dentry
==
NULL
)
return
-
ENOENT
;
return
-
ENOENT
;
rc
=
cifs_entry_is_dot
(
pfindEntry
,
c
ifsF
);
rc
=
cifs_entry_is_dot
(
pfindEntry
,
pC
ifsF
);
/* skip . and .. since we added them first */
/* skip . and .. since we added them first */
if
(
rc
!=
0
)
if
(
rc
!=
0
)
return
0
;
return
0
;
...
...
Write
Preview
Supports
Markdown
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