macos104-not-yet-20050512
[openafs.git] / src / afs / FBSD / osi_vm.c
index 5634658..f584368 100644 (file)
@@ -86,7 +86,7 @@ osi_VM_FlushVCache(struct vcache *avc, int *slept)
 {
     struct vm_object *obj;
     struct vnode *vp;
-    if (VREFCOUNT(avc) > 1)
+    if (VREFCOUNT_GT(avc, 1))
        return EBUSY;
 
     if (avc->opens)