From owner-cvs-all Sun Sep 26 17:27:34 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 15A1414E27; Sun, 26 Sep 1999 17:27:33 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA29561; Sun, 26 Sep 1999 17:27:32 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909270027.RAA29561@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 17:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 17:27:32 PDT Modified files: sys/dev/vn vn.c Log: If the request crosses EOF and bp->b_bcount is not a multiple of the sector size, the new value for bp->b_bcount was incorrectly calculated. Fixed. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.98 +2 -3 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message