Subject: PR/15364 CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <chs@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/21/2005 11:27:02
The following reply was made to PR kern/15364; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/15364 CVS commit: [netbsd-3] src/sys/ufs/ffs
Date: Fri, 21 Oct 2005 11:27:00 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Fri Oct 21 11:27:00 UTC 2005
 
 Modified Files:
 	src/sys/ufs/ffs [netbsd-3]: ffs_softdep.c
 
 Log Message:
 Pull up following revision(s) (requested by yamt in ticket #845):
 	sys/ufs/ffs/ffs_softdep.c: revision 1.70 via patch
 - for pagecache dependency, track which page in the block
   has been written or not individually by (ab)using b_resid
   in pcbp as a bitmap.
 - add a comment to explain why it's needed.
 PR/15364.  reviewed by Chuck Silvers.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.63.2.1 -r1.63.2.2 src/sys/ufs/ffs/ffs_softdep.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.