Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 1999 01:41:49 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ccd ccd.c
Message-ID:  <199909230841.BAA53874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/09/23 01:41:49 PDT

  Modified files:
    sys/dev/ccd          ccd.c 
  Log:
      Fix ccdiodone code.  The code was using cbp->cb_buf.b_bcount to
      sum the total amount of I/O issued to determine when all the I/O
      has completed.  This fails when the EOF boundry occurs in the middle
      of an I/O.  Using cbp->cb_buf.b_bufsize works better.
  
  Revision  Changes    Path
  1.60      +11 -2     src/sys/dev/ccd/ccd.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?199909230841.BAA53874>