Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 01/14/2000 13:41:12
Module Name: syssrc
Committed By: perseant
Date: Fri Jan 14 21:41:12 UTC 2000
Modified Files:
syssrc/sys/ufs/lfs: lfs_syscalls.c
Log Message:
Expand the category of "metadata" in lfs_markv to include Ifile data blocks.
This prevents a rare condition in which Ifile "ifile" blocks, that is, the
blocks of the ifile which point VOP_VGET at the inode block containing the
requested inode, from being "unwritten" when cleaning during intense disk
activity.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/sys/ufs/lfs/lfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.