pull-prototypes-to-head-20020821
[openafs.git] / src / afs / DUX / osi_vfsops.c
index c1199dd..ffc48cc 100644 (file)
@@ -143,8 +143,7 @@ int mp_afs_root (struct mount *afsp, struct vnode **avpp)
 
        if (!(code = afs_InitReq(&treq, u.u_cred)) &&
            !(code = 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;