Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/09/2005 09:27:18
Module Name:	src
Committed By:	mycroft
Date:		Sun Jan  9 09:27:18 UTC 2005

Modified Files:
	src/sys/fs/ntfs: ntfs_vfsops.c
	src/sys/ufs/ext2fs: ext2fs_vfsops.c
	src/sys/ufs/lfs: lfs_vfsops.c

Log Message:
Whoops -- move the location of the VOP_OPEN()/VOP_CLOSE(), et al, from
foo_mountfs() to foo_mount(), to match the new mountroot API.
Also, for ext2fs and lfs, copy some restructuring from ffs to allow changing
file system parameters without specifying the device name.
(ntfs could use some more work.)


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/fs/ntfs/ntfs_vfsops.c
cvs rdiff -r1.79 -r1.80 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.160 -r1.161 src/sys/ufs/lfs/lfs_vfsops.c

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