Subject: CVS commit: syssrc/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/24/2002 18:39:14
Module Name:	syssrc
Committed By:	yamt
Date:		Sun Nov 24 16:39:14 UTC 2002

Modified Files:
	syssrc/sys/ufs/lfs: lfs_syscalls.c

Log Message:
in lfs_fakebuf, make corresponding buffer busy to avoid
reading blocks that isn't written yet.
it's needed because we'll update metadatas in lfs_updatemeta
before data pointed by them is actually written to disk.

XXX should be solved with fake inode/indirect blocks instead?


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 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.