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

cvs commit: src/sys/sys journal.h src/sys/kern vfs_journal.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Sep 2005 12:04:18 -0700 (PDT)

dillon      2005/09/07 12:04:18 PDT

DragonFly src repository

  Modified files:
    sys/sys              journal.h 
    sys/kern             vfs_journal.c 
  Log:
  Slightly reorganize the transaction data.  Instead of placing the REDO data
  at the top level, place it under a REDO sub-transaction.  This way we can
  treat UNDO and REDO scans the same.
  
  Revision  Changes    Path
  1.10      +1 -0      src/sys/sys/journal.h
  1.22      +33 -1     src/sys/kern/vfs_journal.c


http://www.dragonflybsd.org/cvsweb/src/sys/sys/journal.h.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_journal.c.diff?r1=1.21&r2=1.22&f=u



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