Date: Fri, 7 Mar 2003 11:09:46 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/bde g_bde_crypt.c Message-ID: <200303071909.h27J9kLw072748@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/03/07 11:09:46 PST FreeBSD src repository Modified files: sys/geom/bde g_bde_crypt.c Log: Limit our requests to DFLTPHYS, this is generally a good idea for memory-allocation purposes. Right now it is also a very good idea because we hit a Giant assertion in the free(9) processing if we free something larger than 64k. Revision Changes Path 1.9 +5 -0 src/sys/geom/bde/g_bde_crypt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303071909.h27J9kLw072748>