Chaskiel added a commented-out call to vinvalbuf() in
revision
bd707fb7e6 back in 2002; adding in what the
current call should be does not seem to cause any problems
for me.
Change-Id: I2450fbaaa51b5baf2781e8a6572065e5f69b44ed
Reviewed-on: http://gerrit.openafs.org/2295
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
vm_object_page_remove(obj, 0, 0, FALSE);
VM_OBJECT_UNLOCK(obj);
}
- /*vinvalbuf(AFSTOV(avc),0, NOCRED, curproc, 0,0); */
+ osi_vinvalbuf(vp, 0, 0, 0);
}
/* Purge pages beyond end-of-file, when truncating a file.