From owner-cvs-all Sat Dec 8 12:37:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A7B37B419; Sat, 8 Dec 2001 12:37:08 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8Kb8n13143; Sat, 8 Dec 2001 12:37:08 -0800 (PST) (envelope-from dillon) Message-Id: <200112082037.fB8Kb8n13143@freefall.freebsd.org> From: Matt Dillon Date: Sat, 8 Dec 2001 12:37:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/08 12:37:08 PST Modified files: sys/kern vfs_bio.c Log: The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is bogus. The calculation has been adjusted to use units of kilobytes. Noticed by: Chad David MFC after: 1 week Revision Changes Path 1.294 +12 -6 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message