freebsd-dev/sbin/mount
Alan Somers b5bbeb2117 Fix "mount -a" for NFS and ZFS filesystems with shared mountpoints
sbin/mount.c
	Check whether an fstab entry has the same fstype as a mounted
	filesystem before declaring it to be mounted. This will allow NFS
	filesystems that share a mountpoint with a local filesystem to be
	automatically mounted at boot.

	This is not such an unusual situation. For example, if somebody uses
	the standard installer with a ZFS root, he'll get a /usr/home
	filesystem, even though he may choose to mount /usr/home over NFS.

Reviewed by:	trasz
MFC after:	4 weeks
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D4556
2015-12-21 22:19:22 +00:00
..
extern.h
getmntopts.3 Fix minor nits: 2012-10-15 13:20:08 +00:00
getmntopts.c - Clean up checkpath(). 2012-01-20 07:29:29 +00:00
Makefile Convert sbin/ to LIBADD 2014-11-25 11:23:12 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
mntopts.h Bring in the new automounter, similar to what's provided in most other 2014-08-17 09:44:42 +00:00
mount_fs.c Don't print the nmount(2) provided error message if it is empty. 2012-01-20 12:59:12 +00:00
mount.8 Replace references to /dev/acd0 with /dev/cd0 2015-10-13 17:14:27 +00:00
mount.c Fix "mount -a" for NFS and ZFS filesystems with shared mountpoints 2015-12-21 22:19:22 +00:00
mount.conf.8 Replace /dev/acd0 with /dev/cd1 2015-10-17 08:51:10 +00:00
pathnames.h
vfslist.c ANSIfy almost all applications that use WARNS=6. 2009-12-29 22:53:27 +00:00