From owner-cvs-all Thu Dec 23 7:42:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19FE514FFA; Thu, 23 Dec 1999 07:42:15 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA85071; Thu, 23 Dec 1999 07:42:15 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199912231542.HAA85071@freefall.freebsd.org> From: Bruce Evans Date: Thu, 23 Dec 1999 07:42:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/12/23 07:42:14 PST Modified files: sys/ufs/ffs ffs_vfsops.c Log: Update the unclean flag for mount -u. I forgot to handle this case when I made the absence of the clean flag sticky in rev.1.88. This was a problem main for "mount /". There is no way to mount "/" for writing without using mount -u (normally implicitly), so after "mount -f /" of an unclean filesystem, the absence of the clean flag was sticky forever. Revision Changes Path 1.115 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message