Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 09/21/2006 00:11:31
Module Name:	src
Committed By:	jld
Date:		Thu Sep 21 00:11:31 UTC 2006

Modified Files:
	src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Change ffs_mount, in MNT_UPDATE case, to check dev_t's for equality
instead of just vnode pointers.  Fixes erroneous "does not match mounted
device" errors from mount(8) in the presence of MFS /dev, init.root, &c.

No objections on tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 src/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.