projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6080823
)
[CIFS] Fix typo in previous
author
Steve French
<sfrench@us.ibm.com>
Sun, 23 Apr 2006 01:54:50 +0000
(
01:54
+0000)
committer
Steve French
<sfrench@us.ibm.com>
Sun, 23 Apr 2006 01:54:50 +0000
(
01:54
+0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/readdir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/readdir.c
b/fs/cifs/readdir.c
index 41c022e3c1325caf75a772de5679eeef0734e012..b689c5035124d137d1b019393cbad2d0b1123bf9 100644
(file)
--- a/
fs/cifs/readdir.c
+++ b/
fs/cifs/readdir.c
@@
-766,7
+766,7
@@
static int cifs_filldir(char *pfindEntry, struct file *file,
if(file->f_dentry == NULL)
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 */
if(rc != 0)
return 0;