Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/01/1997 14:00:05
drochner
Sat Nov  1 05:59:05 PST 1997
Update of /cvsroot/src/sbin/mount
In directory netbsd1:/var/slash-tmp/cvs-serv23646

Modified Files:
	mount.c 
Log Message:
When checking whether a filesystem is already mounted (for -a), get and
check all mounts (getmntinfo), not only the top one (statfs).
Otherwise we might miss lower level mounts on the same mountpoint.
XXX "mount" behaves differently with the "verbose" flag (-v) in some
cases, probably due to asynchronous calls to fs dependant mount programs.