From owner-cvs-all@FreeBSD.ORG Tue Sep 6 03:10:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D6B3316A41F; Tue, 6 Sep 2005 03:10:57 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B32E43D45; Tue, 6 Sep 2005 03:10:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j863ArOq020059; Mon, 5 Sep 2005 21:10:53 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <431D08BF.3060004@samsco.org> Date: Mon, 05 Sep 2005 21:10:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tor Egge References: <200509052214.j85MEX9t021849@repoman.freebsd.org> In-Reply-To: <200509052214.j85MEX9t021849@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 06 Sep 2005 03:10:58 -0000 Tor Egge wrote: > tegge 2005-09-05 22:14:33 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_softdep.c > Log: > Retain generation count when writing zeroes instead of an inode to disk. > > Don't free a struct inodedep if another process is allocating saved inode > memory for the same struct inodedep in initiate_write_inodeblock_ufs[12](). > > Handle disappearing dependencies in softdep_disk_io_initiation(). > > Reviewed by: mckusick > > Revision Changes Path > 1.184 +42 -4 src/sys/ufs/ffs/ffs_softdep.c I assume that this is an MFC candidate =-) Good work! It makes a major dent in the TODO list. Scott