From owner-cvs-all Tue Feb 9 09:19:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11228 for cvs-all-outgoing; Tue, 9 Feb 1999 09:19:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11222; Tue, 9 Feb 1999 09:19:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA51045; Tue, 9 Feb 1999 09:19:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Tue, 9 Feb 1999 09:19:19 -0800 (PST) Message-Id: <199902091719.JAA51045@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs mkfs.c newfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/09 09:19:19 PST Modified files: sbin/newfs mkfs.c newfs.c Log: Fix bug in mount_mfs whereby mount_mfs would sometimes return before the mount is completely active, causing the next few commands attempting to manipulate data on the mount to fail. mount_mfs's parent now tries to wait for the mount point st_dev to change before returning, indicating that the mount has gone active. Revision Changes Path 1.27 +27 -4 src/sbin/newfs/mkfs.c 1.28 +12 -1 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message