From owner-cvs-all Wed Dec 15 15:11:17 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 89E951541C; Wed, 15 Dec 1999 15:11:10 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id AAA01271; Thu, 16 Dec 1999 00:11:05 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id AAA74235; Thu, 16 Dec 1999 00:11:04 +0100 (MET) Date: Thu, 16 Dec 1999 00:11:04 +0100 From: Eivind Eklund To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/coda coda_vfsops.c coda_vnops.c src/sys/dev/ccd ccd.c src/sys/dev/vinum vinumio.c src/sys/dev/vn vn.c src/sys/fs/hpfs hpfs_vnops.c src/sys/gnu/ext2fs ext2_vfsops.c ext2_vnops.c src/sys/i386/ibcs2 ibcs2_stat.c ibcs2_util.c ... Message-ID: <19991216001104.V62815@bitbox.follo.net> References: <199912152302.PAA45997@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912152302.PAA45997@freefall.freebsd.org>; from eivind@FreeBSD.org on Wed, Dec 15, 1999 at 03:02:36PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Dec 15, 1999 at 03:02:36PM -0800, Eivind Eklund wrote: > eivind 1999/12/15 15:02:36 PST > > Modified files: [...] > Log: > Introduce NDFREE (and remove VOP_ABORTOP) This commit message is intentionally short due to the number of files touched. These changes are the ones discussed in -fs over the last few weeks. I am not 100% happy about committing them yet (but wanted to meet the deadline): (1) There are some style issues I'm not sure is right (2) I'd have liked to do closer tests for memory leaks, something I'd been planning to do over the last few days, but have had part of Real Life blow up and pervent. A run through 'make buildworld' over NFS loopback mounts over FFS does not seem to leak memory, so phk and I concluded that it was OK enough to commit. I will be doing closer tests over the next few days to see if I find any new leaks after all, and I'll check the style issues. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message