no-copy-libafs-builds-20021015
[openafs.git] / src / afs / UKERNEL / osi_vm.c
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <afsconfig.h>
11 #include "afs/param.h"
12
13 RCSID("$Header$");
14
15 #include "afs/sysincludes.h"    /* Standard vendor system headers */
16 #include "afsincludes.h"        /* Afs-based standard headers */
17 #include "afs/afs_stats.h"  /* statistics */
18
19 void osi_VM_Truncate(struct vcache *avc, int alen, struct AFS_UCRED *acred)
20 {
21     return;
22 }
23
24 int osi_VM_FlushVCache(struct vcache *avc, int *slept)
25 {
26     return 0;
27 }
28
29 void osi_VM_StoreAllSegments(struct vcache *avc)
30 {
31     return;
32 }
33
34 void osi_VM_TryToSmush(struct vcache *avc, struct AFS_UCRED *acred, int sync)
35 {
36     return;
37 }
38
39 void osi_VM_FlushPages(struct vcache *avc, struct AFS_UCRED *credp)
40 {
41     return;
42 }