Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 15:06:13 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumrequest.c vinumrevive.c
Message-ID:  <200003262306.PAA94039@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2000/03/26 15:06:13 PST

  Modified files:
    sys/dev/vinum        vinuminterrupt.c vinumrequest.c 
                         vinumrevive.c 
  Log:
  repair half-Danish b.b_iocmd damage where writes/reads weren't getting
  set properly in the struct buf with vinum:
  
    Fix locations where B_READ was cleared in the old code but
      b.b_iocmd wasn't set to BIO_WRITE
    Fix propogation of b_iocmd
    Correct comments to reflect reality
    Don't compare b_flags with BIO_READ, it's in b_iocmd.
  
  Submitted by: Bernd Walter <ticso@cicely.de>
  
  Revision  Changes    Path
  1.28      +5 -3      src/sys/dev/vinum/vinuminterrupt.c
  1.47      +3 -2      src/sys/dev/vinum/vinumrequest.c
  1.24      +2 -2      src/sys/dev/vinum/vinumrevive.c



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?200003262306.PAA94039>