From owner-cvs-sys Mon May 15 01:39:54 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA22188 for cvs-sys-outgoing; Mon, 15 May 1995 01:39:54 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA22173 ; Mon, 15 May 1995 01:39:39 -0700 Date: Mon, 15 May 1995 01:39:39 -0700 From: David Greenman Message-Id: <199505150839.BAA22173@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/05/15 01:39:38 Modified: etc rc sbin/mount mount.8 sys/kern vfs_syscalls.c sys/ufs/ffs ffs_vfsops.c Log: Fixed incompleteness that would allow dirty filesystems to get mounted when the single user shell was terminated. These changes disallow mounting or R/W upgrading filesystems that are dirty unless "-f" (force) option is used with mount. /etc/rc has been modified to abort the startup if one or more non-nfs partitions fail to mount. Reviewed by: Poul-Henning Kamp, Rod Grimes