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

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 6 16:56:04 PDT 2005


dillon      2005/09/06 16:55:04 PDT

DragonFly src repository

  Modified files:
    sys/sys              journal.h 
    sys/kern             vfs_journal.c 
  Log:
  Document a special case for Journaling PAD records.   PAD records have to
  be able to fill up any dead space which, due to 16 byte alignment, can
  be as little as 16 bytes.  In this case the rawrecend overlaps the transid
  field of the rawrecbeg.  Thus, JREC_MINRECSIZE is actually 16, not 32.
  
  Revision  Changes    Path
  1.9       +4 -3      src/sys/sys/journal.h
  1.21      +1 -1      src/sys/kern/vfs_journal.c


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





More information about the Commits mailing list