Skip to content

Commit

Permalink
[CIFS] Fix typo in previous
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Apr 23, 2006
1 parent 6080823 commit b66ac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/readdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,cifsF);
rc = cifs_entry_is_dot(pfindEntry,pCifsF);
/* skip . and .. since we added them first */
if(rc != 0)
return 0;
Expand Down

0 comments on commit b66ac3e

Please sign in to comment.