提交 b66ac3ea 编写于 作者: S Steve French

[CIFS] Fix typo in previous

Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 60808233
...@@ -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,cifsF); rc = cifs_entry_is_dot(pfindEntry,pCifsF);
/* skip . and .. since we added them first */ /* skip . and .. since we added them first */
if(rc != 0) if(rc != 0)
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册