]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
tq-uq-scope-20050731
authorJim Rees <rees@umich.edu>
Sun, 31 Jul 2005 18:22:50 +0000 (18:22 +0000)
committerJim Rees <rees@umich.edu>
Sun, 31 Jul 2005 18:22:50 +0000 (18:22 +0000)
Move local vars tq and uq back into proper scope

src/afs/afs_vcache.c

index e0ab7747b756f19ca2b5a3fd709e6ce74d58ae7f..cf626316f0f0b268fc28acdb750e9e676f6f0630 100644 (file)
@@ -594,6 +594,7 @@ afs_NewVCache(struct VenusFid *afid, struct server *serverp)
 #ifdef AFS_OSF_ENV
     struct vcache *nvc;
 #endif /* AFS_OSF_ENV */
+    struct afs_q *tq, *uq;
     int code, fv_slept;
 
     AFS_STATCNT(afs_NewVCache);
@@ -611,7 +612,6 @@ afs_NewVCache(struct VenusFid *afid, struct server *serverp)
     if (((3 * afs_vcount) > nvnode) || (afs_vcount >= afs_maxvcount))
 #endif
     {
-       struct afs_q *tq, *uq;
        int i;
        char *panicstr;