From d56c93e6002a7b5f166e7d9bf8fde822ebfef45c Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 27 Mar 1994 22:42:34 -0800 Subject: [PATCH] Rick Macklem notes that NFS should get MNT_RDONLY and MNT_UPDATE add MNT_FORCE so that MNT_UPDATE can be forced SCCS-vsn: sbin/mount_nfs/mount_nfs.c 8.3 --- usr/src/sbin/mount_nfs/mount_nfs.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/usr/src/sbin/mount_nfs/mount_nfs.c b/usr/src/sbin/mount_nfs/mount_nfs.c index f260b45f79..f29331c748 100644 --- a/usr/src/sbin/mount_nfs/mount_nfs.c +++ b/usr/src/sbin/mount_nfs/mount_nfs.c @@ -15,7 +15,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mount_nfs.c 8.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)mount_nfs.c 8.3 (Berkeley) %G%"; #endif /* not lint */ #include @@ -60,16 +60,9 @@ static char sccsid[] = "@(#)mount_nfs.c 8.2 (Berkeley) %G%"; #include "mntopts.h" -/* - * XXX - * This is without question incorrect -- not sure what the right - * values are. - */ struct mntopt mopts[] = { MOPT_STDOPTS, - MOPT_ASYNC, MOPT_FORCE, - MOPT_SYNCHRONOUS, MOPT_UPDATE, { NULL } }; -- 2.20.1