From owner-cvs-all@FreeBSD.ORG Sat Jun 14 16:48:21 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 C997737B401; Sat, 14 Jun 2003 16:48:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A5743F75; Sat, 14 Jun 2003 16:48:21 -0700 (PDT) (envelope-from das@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 h5ENmL0U041354; Sat, 14 Jun 2003 16:48:21 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5ENmL0c041353; Sat, 14 Jun 2003 16:48:21 -0700 (PDT) Message-Id: <200306142348.h5ENmL0c041353@repoman.freebsd.org> From: David Schultz Date: Sat, 14 Jun 2003 16:48:20 -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/fs/unionfs union_subr.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: Sat, 14 Jun 2003 23:48:22 -0000 das 2003/06/14 16:48:20 PDT FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c Log: Introduce malloc types M_UNDCACHE and M_UNPATH for important unionfs-related data structures to aid in debugging memory leaks. Use NULL and NULLVP instead of 0 as appropriate. MFC after: 3 days Revision Changes Path 1.73 +13 -10 src/sys/fs/unionfs/union_subr.c