Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afs / UKERNEL / osi_vm.c
CommitLineData
805e021f
CE
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
14#include "afs/sysincludes.h" /* Standard vendor system headers */
15#include "afsincludes.h" /* Afs-based standard headers */
16#include "afs/afs_stats.h" /* statistics */
17
18void
19osi_VM_Truncate(struct vcache *avc, int alen, afs_ucred_t *acred)
20{
21 return;
22}
23
24int
25osi_VM_FlushVCache(struct vcache *avc)
26{
27 return 0;
28}
29
30void
31osi_VM_StoreAllSegments(struct vcache *avc)
32{
33 return;
34}
35
36void
37osi_VM_TryToSmush(struct vcache *avc, afs_ucred_t *acred, int sync)
38{
39 return;
40}
41
42void
43osi_VM_FlushPages(struct vcache *avc, afs_ucred_t *credp)
44{
45 return;
46}