Date: Mon, 05 Sep 2005 21:10:55 -0600 From: Scott Long <scottl@samsco.org> To: Tor Egge <tegge@FreeBSD.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 Message-ID: <431D08BF.3060004@samsco.org> In-Reply-To: <200509052214.j85MEX9t021849@repoman.freebsd.org> References: <200509052214.j85MEX9t021849@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431D08BF.3060004>