Browse Source

[CIFS] Fix typo in previous

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 19 years ago
parent
commit
b66ac3ea21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/cifs/readdir.c

+ 1 - 1
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,cifsF);
+	rc = cifs_entry_is_dot(pfindEntry,pCifsF);
 	/* skip . and .. since we added them first */
 	if(rc != 0) 
 		return 0;