Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b66ac3ea authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix typo in previous



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 60808233
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;