diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-02 05:46:02 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-02 05:46:02 +0000 |
commit | cdcf0a329f83b6f31d60944308c25553bbfe457d (patch) | |
tree | 26eb69d4536dbe9b59152e0b5632ba907083fc87 /sys/nfs/nfsnode.h | |
parent | 1150c166ca7098458f6f565544bd7647c9388036 (diff) |
silly fifos aren't a real fs, so we have to be sure to call reclaim
in the host fs.
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r-- | sys/nfs/nfsnode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index 453c62b3582..30696a71d5d 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsnode.h,v 1.19 2003/09/23 16:51:13 millert Exp $ */ +/* $OpenBSD: nfsnode.h,v 1.20 2004/03/02 05:46:00 tedu Exp $ */ /* $NetBSD: nfsnode.h,v 1.16 1996/02/18 11:54:04 fvdl Exp $ */ /* @@ -183,6 +183,7 @@ int nfs_readdir(void *); int nfs_readlink(void *); int nfs_inactive(void *); int nfs_reclaim(void *); +int nfsfifo_reclaim(void *); #define nfs_lock ((int (*)(void *))vop_generic_lock) #define nfs_unlock ((int (*)(void *))vop_generic_unlock) #define nfs_islocked ((int (*)(void *))vop_generic_islocked) |