aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client/nfs4_vfsops.c
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2004-12-06 21:11:15 +0000
committerPaul Saab <ps@FreeBSD.org>2004-12-06 21:11:15 +0000
commit35ec46b7f2b18f326a096c386c8e894320394ea0 (patch)
tree83e874ad8aa3b9b3120558628b84b3010046974d /sys/nfs4client/nfs4_vfsops.c
parentdef91cf2674d10fb1fa5e71d531927b9137372db (diff)
downloadsrc-35ec46b7f2b18f326a096c386c8e894320394ea0.tar.gz
src-35ec46b7f2b18f326a096c386c8e894320394ea0.zip
Rewrite of the NFS client's reply handling. We now have NFS socket
upcalls which do RPC header parsing and match up the reply with the request. NFS calls now sleep on the nfsreq structure. This enables us to eliminate the NFS recvlock. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com
Notes
Notes: svn path=/head/; revision=138496
Diffstat (limited to 'sys/nfs4client/nfs4_vfsops.c')
-rw-r--r--sys/nfs4client/nfs4_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c
index 774914675657..14a272019f82 100644
--- a/sys/nfs4client/nfs4_vfsops.c
+++ b/sys/nfs4client/nfs4_vfsops.c
@@ -82,6 +82,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/unistd.h>
#include <sys/vnode.h>
+#include <sys/signalvar.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>