From 8e1ef190b380f0ba85eb18474a61d8a78f995390 Mon Sep 17 00:00:00 2001 From: Steve French Date: Sun, 23 Apr 2006 01:54:50 +0000 Subject: [PATCH] --- yaml --- r: 26141 b: refs/heads/master c: b66ac3ea21f81dea02cdb4e9de66ee6afdc540e4 h: refs/heads/master i: 26139: 11a843193998bf98dd10aa14c7a736887ba0af28 v: v3 --- [refs] | 2 +- trunk/fs/cifs/readdir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e2d79498e51e..b182e0267307 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60808233f374aebba26488d06a5f25443f6763c3 +refs/heads/master: b66ac3ea21f81dea02cdb4e9de66ee6afdc540e4 diff --git a/trunk/fs/cifs/readdir.c b/trunk/fs/cifs/readdir.c index 41c022e3c132..b689c5035124 100644 --- a/trunk/fs/cifs/readdir.c +++ b/trunk/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;