From owner-cvs-all Mon Mar 9 14:15:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13215 for cvs-all-outgoing; Mon, 9 Mar 1998 14:15:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13143; Mon, 9 Mar 1998 14:15:00 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06135; Mon, 9 Mar 1998 14:12:53 -0800 (PST) Date: Mon, 9 Mar 1998 14:12:53 -0800 (PST) Message-Id: <199803092212.OAA06135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dyson 1998/03/09 14:12:53 PST Modified files: sys/ufs/ufs ufs_readwrite.c Log: Correct a problem with the ffs_getpages routine that manifest's itself during the tail command. The amount to read is incorrectly calculated. Submitted by: Tor Egge Revision Changes Path 1.46 +3 -2 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message