linux-fix-readdir-hinting-20020630

an earlier patch erroneously removed this
This commit is contained in:
Chas Williams 2002-06-30 07:39:12 +00:00 committed by Derrick Brashear
parent b2788cf3ab
commit fb8871ec2e

View File

@ -354,6 +354,7 @@ tagain:
afid.Fid.Unique=ntohl(de->fid.vunique);
if ((avc->states & CForeign) == 0 &&
(ntohl(de->fid.vnode) & 1)) {
type=DT_DIR;
} else if ((tvc=afs_FindVCache(&afid,0,0,0,0))) {
if (tvc->mvstat) {
type=DT_DIR;