X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2Fafs_dcache.c;h=6124c273ffcf0e2d06316c07b75f7eccf1c3b523;hp=f8f4b48452b49e0b7c9a79902777d79fa1b2006a;hb=d566c1cf874d15ca02020894ff0af62c4e39e7bb;hpb=ef08d58e9361ca72b22bff091c870dbcae6ab1f1 diff --git a/src/afs/afs_dcache.c b/src/afs/afs_dcache.c index f8f4b48..6124c27 100644 --- a/src/afs/afs_dcache.c +++ b/src/afs/afs_dcache.c @@ -686,7 +686,7 @@ afs_HashOutDCache(struct dcache *adc) AFS_STATCNT(afs_glink); #endif /* we know this guy's in the LRUQ. We'll move dude into DCQ below */ - DZap(&adc->f.inode); + DZap(&adc->f); /* if this guy is in the hash table, pull him out */ if (adc->f.fid.Fid.Volume != 0) { /* remove entry from first hash chains */ @@ -2038,7 +2038,7 @@ afs_GetDCache(register struct vcache *avc, afs_size_t abyte, * Right now, we only have one tool, and it's a hammer. So, we * fetch the whole file. */ - DZap(&tdc->f.inode); /* pages in cache may be old */ + DZap(&tdc->f); /* pages in cache may be old */ #ifdef IHINT if (file = tdc->ihint) { if (tdc->f.inode == file->inum) @@ -2415,7 +2415,7 @@ afs_GetDCache(register struct vcache *avc, afs_size_t abyte, afs_CFileClose(file); ZapDCE(tdc); /* sets DFEntryMod */ if (vType(avc) == VDIR) { - DZap(&tdc->f.inode); + DZap(&tdc->f); } ReleaseWriteLock(&tdc->lock); afs_PutDCache(tdc);