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

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Sep 7 12:05:37 PDT 2005


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





More information about the Commits mailing list