From owner-cvs-src@FreeBSD.ORG Fri Jun 13 01:59:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932A437B401; Fri, 13 Jun 2003 01:59:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF3843F3F; Fri, 13 Jun 2003 01:59:38 -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 h5D8xc0U056765; Fri, 13 Jun 2003 01:59:38 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5D8xbIh056764; Fri, 13 Jun 2003 01:59:37 -0700 (PDT) Message-Id: <200306130859.h5D8xbIh056764@repoman.freebsd.org> From: David Schultz Date: Fri, 13 Jun 2003 01:59:37 -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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 08:59:38 -0000 das 2003/06/13 01:59:37 PDT FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c Log: Plug a serious memory leak. The -STABLE equivalent of this patch has been tested extensively, but -CURRENT testing has been hampered by a number of panics that also occur without the patch. Since the destabilizing changes between 4.X and 5.X are external to unionfs, I believe this patch applies equally well to both. Thanks to scrappy for assistance testing these and other changes. MFC after: 4 days Revision Changes Path 1.71 +20 -8 src/sys/fs/unionfs/union_subr.c