mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
linux-fix-readdir-hinting-20020630
an earlier patch erroneously removed this
This commit is contained in:
parent
b2788cf3ab
commit
fb8871ec2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user