From owner-cvs-all@FreeBSD.ORG Sun Jul 27 07:19:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683BC37B405; Sun, 27 Jul 2003 07:19:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F320C43F93; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6REJN0U095336; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6REJNQ2095335; Sun, 27 Jul 2003 07:19:23 -0700 (PDT) Message-Id: <200307271419.h6REJNQ2095335@repoman.freebsd.org> From: David Malone Date: Sun, 27 Jul 2003 07:19:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 14:19:24 -0000 dwmalone 2003/07/27 07:19:23 PDT FreeBSD src repository Modified files: sys/kern subr_mbuf.c Log: Now that we can call kmem_malloc without Giant it should be safe to do mbuf allocation without Giant, so remove the GIANT_REQUIRED from mb_alloc in the M_TRYWAIT case. Revision Changes Path 1.54 +0 -2 src/sys/kern/subr_mbuf.c