Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs/lfs
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.
Home |
Main Index |
Thread Index |
Old Index