aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsnode.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1997-05-19 14:36:56 +0000
committerDoug Rabson <dfr@FreeBSD.org>1997-05-19 14:36:56 +0000
commit32ad9cb5314dbff74c021dac1490f34ae87e82a8 (patch)
tree2b8bf36e3f6defd5f39aa620280c38c85dbecbd1 /sys/nfsclient/nfsnode.h
parent7c7a60279098429a0a569b8492dc4317d5d41035 (diff)
downloadsrc-32ad9cb5314dbff74c021dac1490f34ae87e82a8.tar.gz
src-32ad9cb5314dbff74c021dac1490f34ae87e82a8.zip
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
and b_validend. The changes to vfs_bio.c are a bit ugly but hopefully can be tidied up later by a slight redesign. PR: kern/2573, kern/2754, kern/3046 (possibly) Reviewed by: dyson
Notes
Notes: svn path=/head/; revision=25930
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
-rw-r--r--sys/nfsclient/nfsnode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index 540d80387863..12553ef0c555 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.9 (Berkeley) 5/14/95
- * $Id: nfsnode.h,v 1.19 1997/02/22 09:42:49 peter Exp $
+ * $Id: nfsnode.h,v 1.20 1997/04/04 17:49:35 dfr Exp $
*/
@@ -161,6 +161,7 @@ extern vop_t **spec_nfsv2nodeop_p;
/*
* Prototypes for NFS vnode operations
*/
+int nfs_getpages __P((struct vop_getpages_args *));
int nfs_write __P((struct vop_write_args *));
#define nfs_lease_check ((int (*) __P((struct vop_lease_args *)))nullop)
int nqnfs_vop_lease_check __P((struct vop_lease_args *));