mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[CIFS] Fix typo in previous
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
60808233f3
commit
b66ac3ea21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user