]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
freebsd-4x-fix-20030707
authorJim Rees <rees@umich.edu>
Mon, 7 Jul 2003 17:15:48 +0000 (17:15 +0000)
committerJim Rees <rees@umich.edu>
Mon, 7 Jul 2003 17:15:48 +0000 (17:15 +0000)
fix merge screwup

src/afs/FBSD/osi_vfsops.c

index 46ba3451f61b4ae6db5c45acc07ad9a4da290abd..03cc594c8a8802e2863fe7b2fd8a88de3850ea61 100644 (file)
@@ -175,7 +175,6 @@ afs_vget(mp, lfl, vp)
        vprint("bad usecount", vp);
        panic("afs_vget");
     }
-    error = vget(vp, lfl, curthread);
     error = vget(vp, lfl, curproc);
     if (!error)
        insmntque(vp, afs_globalVFS);   /* take off free list */