Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/26/2007 22:59:59
Module Name:	src
Committed By:	pooka
Date:		Thu Jul 26 22:59:59 UTC 2007

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_vfsops.c
	src/sys/ufs/lfs: lfs_vfsops.c
	src/sys/ufs/mfs: mfs_vfsops.c

Log Message:
Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.241 -r1.242 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.81 -r1.82 src/sys/ufs/mfs/mfs_vfsops.c

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