Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/10/2001 06:47:11
Module Name:	syssrc
Committed By:	chs
Date:		Wed Jan 10 04:47:11 UTC 2001

Modified Files:
	syssrc/sys/ufs/ffs: ffs_softdep.c ffs_vfsops.c
	syssrc/sys/ufs/ufs: inode.h

Log Message:
attach the softdep pagecache pseudo-buffers to the inode
so we can find them quickly in the softdep truncate path.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.76 -r1.77 syssrc/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/ufs/ufs/inode.h

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