pull-prototypes-to-head-20020821
[openafs.git] / src / afs / FBSD / osi_vfsops.c
index faa0fb7..bbf1acc 100644 (file)
@@ -129,8 +129,7 @@ afs_root(struct mount *mp,
 
        if (!(error = afs_InitReq(&treq, &cr)) &&
            !(error = afs_CheckInit())) {
-           tvp = afs_GetVCache(&afs_rootFid, &treq, (afs_int32 *)0,
-                               (struct vcache*)0, WRITE_LOCK);
+           tvp = afs_GetVCache(&afs_rootFid, &treq, NULL, NULL);
            /* we really want this to stay around */
            if (tvp) {
                afs_globalVp = tvp;