Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 16:17:48 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/specfs spec_vnops.c
Message-ID:  <199909202317.QAA59744@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/09/20 16:17:48 PDT

  Modified files:
    sys/miscfs/specfs    spec_vnops.c 
  Log:
      Fix handling of a device EOF that occurs in the middle of a block.  The
      transfer size calculation was incorrect resulting in the last read being
      potentially larger then the actual extent of the device.
  
      EOF and write handling has not yet been fixed.
  
  Reviewed by:	Tor.Egge@fast.no
  
  Revision  Changes    Path
  1.110     +67 -8     src/sys/miscfs/specfs/spec_vnops.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?199909202317.QAA59744>