]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
disconnected-cache-type-genericization-miss-20090316
authorDerrick Brashear <shadow@dementia.org>
Mon, 16 Mar 2009 19:59:36 +0000 (19:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 16 Mar 2009 19:59:36 +0000 (19:59 +0000)
LICENSE IPL10

the cache type union change missed this town...

src/afs/afs_disconnected.c

index 274056b5087fde73f97e962db137aa823aa18285..68486c593ece6c99180caffb70ab93ba07da3b48 100644 (file)
@@ -699,7 +699,7 @@ int afs_ProcessOpCreate(struct vcache *avc, struct vrequest *areq,
            return ENOMEM;
        }
        ObtainReadLock(&tdc->lock);
-       tfile = afs_CFileOpen(&tdc->f.inode);
+       tfile = afs_CFileOpen(tdc->f.inode);
        code = afs_CFileRead(tfile, 0, ttargetName, tlen);
        ttargetName[tlen-1] = '\0';
        afs_CFileClose(tfile);