cvs commit: src/sys/vfs/ufs ffs_softdep.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Oct 14 16:48:45 PDT 2005
dillon 2005/10/14 16:45:59 PDT
DragonFly src repository
Modified files:
sys/vfs/ufs ffs_softdep.c
Log:
Bring another softupdates fix in from FreeBSD, FreeBSD commit message:
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().
Taken-from: FreeBSD/1.184
Author: tegge
Revision Changes Path
1.30 +35 -4 src/sys/vfs/ufs/ffs_softdep.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ffs_softdep.c.diff?r1=1.29&r2=1.30&f=u
More information about the Commits
mailing list