dynroot-allow-cell-aliases-20011101
[openafs.git] / src / afs / afs_osi_vget.c
index 94ab8d9..873f24f 100644 (file)
@@ -55,7 +55,7 @@ int afs_osi_vget(struct vcache **avcpp, struct fid *afidp,
         */
        struct cell *tcell;
        cellindex = (Sfid.CellAndUnique >> 24) & 0xff;
-       tcell = afs_GetCellByIndex(cellindex, READ_LOCK);
+       tcell = afs_GetCellByIndex(cellindex, READ_LOCK, 0 /* don't refresh */);
        if (!tcell) {
            return ENOENT;
         }