From owner-cvs-all Tue Jan 23 16:36:21 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 25AD637B6A3; Tue, 23 Jan 2001 16:36:04 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0a4114273; Tue, 23 Jan 2001 16:36:04 -0800 (PST) (envelope-from jhb) Message-Id: <200101240036.f0O0a4114273@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:36:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:36:04 PST Modified files: sys/kern kern_malloc.c Log: Don't grab Giant when calling kmem_alloc/kmem_free as this is just encouraging other people to follow the same practice. If this is going to be done, then it should be done inside of those two functions instead. Revision Changes Path 1.79 +1 -5 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message