Date: Sat, 8 Dec 2001 12:37:08 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200112082037.fB8Kb8n13143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <davidc@acns.ab.ca> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112082037.fB8Kb8n13143>