/* * Copyright 2000, International Business Machines Corporation and others. * All Rights Reserved. * * This software has been released under the terms of the IBM Public * License. For details, see the LICENSE file in the top-level source * directory or online at http://www.openafs.org/dl/license10.html */ #include #include "afs/param.h" #include "afs/sysincludes.h" /* Standard vendor system headers */ #include "afsincludes.h" /* Afs-based standard headers */ #include "afs/afs_stats.h" /* statistics */ void osi_VM_Truncate(struct vcache *avc, int alen, afs_ucred_t *acred) { return; } int osi_VM_FlushVCache(struct vcache *avc, int *slept) { return 0; } void osi_VM_StoreAllSegments(struct vcache *avc) { return; } void osi_VM_TryToSmush(struct vcache *avc, afs_ucred_t *acred, int sync) { return; } void osi_VM_FlushPages(struct vcache *avc, afs_ucred_t *credp) { return; }