dect
/
linux-2.6
Archived
13
0
Fork 0

ceph: exclude snapdir from readdir results

It was hidden from sync readdir, but not the cached dcache version.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2009-11-11 15:21:27 -08:00
parent cdac830313
commit 09b8a7d2af
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ more:
goto out_unlock;
}
if (!d_unhashed(dentry) && dentry->d_inode &&
ceph_snap(dentry->d_inode) != CEPH_SNAPDIR &&
filp->f_pos <= di->offset)
break;
dout(" skipping %p %.*s at %llu (%llu)%s%s\n", dentry,