From owner-cvs-all Mon Sep 20 16:17:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E616314D05; Mon, 20 Sep 1999 16:17:48 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA59744; Mon, 20 Sep 1999 16:17:48 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909202317.QAA59744@freefall.freebsd.org> From: Matt Dillon Date: Mon, 20 Sep 1999 16:17:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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