cvs commit: src/sys/ufs/ffs ffs_softdep.c
Scott Long
scottl at samsco.org
Mon Sep 5 20:10:58 PDT 2005
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
More information about the cvs-src
mailing list