Subject: CVS commit: [kqueue] syssrc/sys/ufs/ext2fs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/27/2002 01:04:54
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep 26 22:04:54 UTC 2002

Modified Files:
	syssrc/sys/ufs/ext2fs [kqueue]: ext2fs_readwrite.c ext2fs_vnops.c

Log Message:
add support for kevents - sprikle VN_KNOTE() and add genfs_kqfilter()
to vnode ops; basically same thing as in ufs_readwrite.c and ufs_vnops.c


To generate a diff of this commit:
cvs rdiff -r1.16.6.2 -r1.16.6.3 syssrc/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -r1.33.4.5 -r1.33.4.6 syssrc/sys/ufs/ext2fs/ext2fs_vnops.c

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