Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/nfs remove include of <vm/vm.h>
details: https://anonhg.NetBSD.org/src/rev/23d98721e6ef
branches: trunk
changeset: 493938:23d98721e6ef
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jun 27 17:52:28 2000 +0000
description:
remove include of <vm/vm.h>
diffstat:
sys/nfs/nfs_bio.c | 4 +---
sys/nfs/nfs_serv.c | 4 +---
sys/nfs/nfs_socket.c | 10 +++++-----
sys/nfs/nfs_subs.c | 4 +---
sys/nfs/nfs_vfsops.c | 4 ++--
sys/nfs/nfs_vnops.c | 4 +---
6 files changed, 11 insertions(+), 19 deletions(-)
diffs (131 lines):
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_bio.c
--- a/sys/nfs/nfs_bio.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_bio.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_bio.c,v 1.49 2000/05/18 08:34:26 pk Exp $ */
+/* $NetBSD: nfs_bio.c,v 1.50 2000/06/27 17:52:28 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -51,8 +51,6 @@
#include <sys/namei.h>
#include <sys/dirent.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <nfs/rpcv2.h>
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_serv.c
--- a/sys/nfs/nfs_serv.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_serv.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_serv.c,v 1.54 2000/03/30 12:51:15 augustss Exp $ */
+/* $NetBSD: nfs_serv.c,v 1.55 2000/06/27 17:52:32 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -73,8 +73,6 @@
#include <sys/kernel.h>
#include <ufs/ufs/dir.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <nfs/nfsproto.h>
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_socket.c
--- a/sys/nfs/nfs_socket.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_socket.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_socket.c,v 1.57 2000/06/09 00:00:17 fvdl Exp $ */
+/* $NetBSD: nfs_socket.c,v 1.58 2000/06/27 17:52:33 mrg Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@@ -397,11 +397,11 @@
* For the client side:
* - return EINTR if the RPC is terminated, 0 otherwise
* - set R_MUSTRESEND if the send fails for any reason
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (? ? ?)
* For the server side:
* - return EINTR or ERESTART if interrupted by a signal
* - return EPIPE if a connection is lost for connection based sockets (TCP...)
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (? ? ?)
*/
int
nfs_send(so, nam, top, rep)
@@ -453,7 +453,7 @@
log(LOG_INFO, "nfsd send error %d\n", error);
/*
- * Handle any recoverable (soft) socket errors here. (???)
+ * Handle any recoverable (soft) socket errors here. (? ? ?)
*/
if (error != EINTR && error != ERESTART &&
error != EWOULDBLOCK && error != EPIPE)
@@ -733,7 +733,7 @@
}
nmp->nm_waiters--;
/*
- * Ignore routing errors on connectionless protocols??
+ * Ignore routing errors on connectionless protocols? ?
*/
if (NFSIGNORE_SOERROR(nmp->nm_soflags, error)) {
nmp->nm_so->so_error = 0;
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_subs.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_subs.c,v 1.77 2000/06/20 02:29:51 mrg Exp $ */
+/* $NetBSD: nfs_subs.c,v 1.78 2000/06/27 17:52:34 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -62,8 +62,6 @@
#include <sys/time.h>
#include <sys/dirent.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <nfs/rpcv2.h>
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_vfsops.c
--- a/sys/nfs/nfs_vfsops.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_vfsops.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_vfsops.c,v 1.91 2000/06/10 18:27:04 assar Exp $ */
+/* $NetBSD: nfs_vfsops.c,v 1.92 2000/06/27 17:52:35 mrg Exp $ */
/*
* Copyright (c) 1989, 1993, 1995
@@ -55,7 +55,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
diff -r 3aa141e0b533 -r 23d98721e6ef sys/nfs/nfs_vnops.c
--- a/sys/nfs/nfs_vnops.c Tue Jun 27 17:41:07 2000 +0000
+++ b/sys/nfs/nfs_vnops.c Tue Jun 27 17:52:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_vnops.c,v 1.113 2000/05/26 08:36:48 enami Exp $ */
+/* $NetBSD: nfs_vnops.c,v 1.114 2000/06/27 17:52:36 mrg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -60,8 +60,6 @@
#include <sys/stat.h>
#include <sys/unistd.h>
-#include <vm/vm.h>
-
#include <uvm/uvm_extern.h>
#include <miscfs/fifofs/fifo.h>
Home |
Main Index |
Thread Index |
Old Index