diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 12:56:46 +0000 |
| commit | 7128e3fc0a65e2bb48a638ffdfe72b13e91ce5c4 (patch) | |
| tree | 4cc232f2912ec876c01bbf3b7bcdacc3e2a8c765 /sys/nfs/nfs_vfsops.c | |
| parent | f871c21d2c87d5edc4c99a7059ab319436fdbd5d (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 170c6991231b..663086a1e7da 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 |
