Date: Wed, 18 Apr 2001 16:54:14 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c uipc_mbuf.c src/sys/sys mbuf.h Message-ID: <200104182354.f3INsEt70135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2001/04/18 16:54:14 PDT Modified files: sys/kern kern_malloc.c uipc_mbuf.c sys/sys mbuf.h Log: Fix inconsistency in setup of kernel_map: we need to make sure that we also reserve _adequate_ space for the mb_map submap; i.e. we need space for nmbclusters, nmbufs, _and_ nmbcnt. Furthermore, we need to rounddown, and not roundup, so that we are consistent. Pointed out by: bde Revision Changes Path 1.84 +3 -3 src/sys/kern/kern_malloc.c 1.74 +6 -5 src/sys/kern/uipc_mbuf.c 1.77 +2 -1 src/sys/sys/mbuf.h 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?200104182354.f3INsEt70135>