DragonFly BSD
DragonFly commits List (threaded) for 2005-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/ufs ffs_softdep.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Oct 2005 16:46:00 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]