diff options
author | bde <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
commit | 996bf127fa143c0b4235fc2a2d220a9b633cd3fa (patch) | |
tree | 97c0345258bb443b430ec3f19b90866a7603a45b /sys/nfs | |
parent | 98cf145068980e00e1f0ac0c8f7653ab09a6978f (diff) | |
download | FreeBSD-src-996bf127fa143c0b4235fc2a2d220a9b633cd3fa.zip FreeBSD-src-996bf127fa143c0b4235fc2a2d220a9b633cd3fa.tar.gz |
Removed more vestiges of config-time swap configuration.
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 | ||||
-rw-r--r-- | sys/nfs/nfsdiskless.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 170c699..663086a 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.45 1997/08/16 19:16:04 wollman Exp $ + * $Id: nfs_vfsops.c,v 1.46 1997/09/02 01:19:41 bde Exp $ */ #include <sys/param.h> @@ -382,8 +382,6 @@ nfs_fsinfo(nmp, vp, cred, p) * can talk to the server * - If nfs_diskless.mygateway is filled in, use that address as * a default gateway. - * - hand craft the swap nfs vnode hanging off a fake mount point - * if swdevt[0].sw_dev == NODEV * - build the rootfs mount point and call mountnfs() to do the rest. */ int diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h index 2fcb0a0..f499a2c 100644 --- a/sys/nfs/nfsdiskless.h +++ b/sys/nfs/nfsdiskless.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsdiskless.h 8.2 (Berkeley) 3/30/95 - * $Id: nfsdiskless.h,v 1.8 1997/02/22 09:42:47 peter Exp $ + * $Id: nfsdiskless.h,v 1.9 1997/05/12 19:02:55 tegge Exp $ */ @@ -43,8 +43,8 @@ /* * Structure that must be initialized for a diskless nfs client. - * This structure is used by nfs_mountroot() to set up the root and swap - * vnodes plus do a partial ifconfig(8) and route(8) so that the critical net + * This structure is used by nfs_mountroot() to set up the root vnode, + * and to do a partial ifconfig(8) and route(8) so that the critical net * interface can communicate with the server. * The primary bootstrap is expected to fill in the appropriate fields before * starting the kernel. Whether or not the swap area is nfs mounted is |