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
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]