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 46ba345..03cc594 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 */