Date: Sun, 2 Apr 2000 16:18:16 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Greg Lehey <grog@lemis.com> Cc: Poul-Henning Kamp <phk@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Danish axes (was: cvs commit: src/sys/alpha/alpha machdep.c src/sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/contrib/dev/fla fla.c src/sys/contrib/softupdates ffs_softdep.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ...) Message-ID: <200004022318.QAA51365@apollo.backplane.com> References: <200004021524.IAA02434@freefall.freebsd.org> <20000403084250.A41843@freebie.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:> phk 2000/04/02 08:24:58 PDT
:>
:> sys/dev/vinum vinuminterrupt.c vinumio.c vinumraid5.c
:> vinumrequest.c vinumrevive.c
:> vnode_pager.c
:> Log:
:> Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
:>
:> (Much of this done by script)
:>
:> Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.
:>
:> Move b_pblkno and b_iodone_chain to struct bio while we transition, they
:> will be obsoleted once bio structs chain/stack.
:>
:> Add bio_queue field for struct bio aware disksort.
:
:Is this another night of the Danish axes? You know that we have
:serious problems with Vinum already, and a number seem to stem from
:your last changes. You didn't even pass this by me. How do you
:expect me to fix anything when you keep moving the target? If you
:want to make these changes yourself, at least test the results and
:ensure that all known problems have been removed.
:
:I think we should add an item to the policy that changes of this
:magnitude should only be done with consensus.
:
:Greg
B_ERROR is extremely important to buffer cache processing - specifically
brelse(), it does NOT belong in the bio structure.
-Matt
Matthew Dillon
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004022318.QAA51365>
