From 35ec46b7f2b18f326a096c386c8e894320394ea0 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Mon, 6 Dec 2004 21:11:15 +0000 Subject: 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 --- sys/nfs4client/nfs4_vfsops.c | 1 + sys/nfs4client/nfs4_vnops.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/nfs4client') 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 #include #include +#include #include #include diff --git a/sys/nfs4client/nfs4_vnops.c b/sys/nfs4client/nfs4_vnops.c index 5b9b58265b3e..985303a4ee81 100644 --- a/sys/nfs4client/nfs4_vnops.c +++ b/sys/nfs4client/nfs4_vnops.c @@ -87,6 +87,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- cgit v1.3