Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/01/1997 15:40:03
drochner
Sat Nov  1 07:32:08 PST 1997
Update of /cvsroot/src/sbin/mount
In directory netbsd1:/var/slash-tmp/cvs-serv3539

Modified Files:
	mount.c 
Log Message:
Fix a problem with asynchronous processing of mfs mounts: Calls to
statfs() or getmountinfo() did not tell about the freshly mounted
ramdisk.
XXX Imo, "mount_mfs" should not return before the mount is done.
This is the only place where this can be done cleanly. But this would
require a substancial restructuring of "newfs". For now, wait in "mount"
until the filesystem appears.