[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Michael Shalayeff <mickey_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Fri, 20 Oct 2006 07:02:55 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: mickey_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2006/10/20 07:02:55
Modified files:
sys/ufs/ffs : ffs_softdep.c
Log message:
from freebsd rev1.128:
If an error occurs while writing a buffer, then the data will
not have hit the disk and the dependencies cannot be unrolled.
In this case, the system will mark the buffer as dirty again so
that the write can be retried in the future. When the write
succeeds or the system gives up on the buffer and marks it as
invalid (B_INVAL), the dependencies will be cleared.
pedro@ ok
Visit your host, monkey.org