From owner-cvs-all Sat Jun 22 14:44:15 2002 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 B408B37B401; Sat, 22 Jun 2002 14:44:11 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MLiBL46386; Sat, 22 Jun 2002 14:44:11 -0700 (PDT) (envelope-from mux) Message-Id: <200206222144.g5MLiBL46386@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 22 Jun 2002 14:44:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/06/22 14:44:11 PDT Modified files: sys/kern vfs_init.c Log: We don't need to check the return value of malloc() against NULL when the M_WAITOK flag is specified. Revision Changes Path 1.61 +0 -14 src/sys/kern/vfs_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message