Date: Tue, 9 Feb 1999 09:19:19 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs mkfs.c newfs.c Message-ID: <199902091719.JAA51045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902091719.JAA51045>