cvs commit: src/sys/kern vfs_journal.c src/sys/sys journal.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 4 21:09:23 PST 2005
dillon 2005/03/04 21:08:30 PST
DragonFly src repository
Modified files:
sys/kern vfs_journal.c
sys/sys journal.h
Log:
Fix a number of alignment and offset bugs that were corrupting the
journaling output stream. In particular, the stream record expansion
code (journal_extend()) was not returning the correct payload pointer.
Add PUTPAGES support.
Further improve the code documentation.
Revision Changes Path
1.11 +119 -27 src/sys/kern/vfs_journal.c
1.2 +2 -1 src/sys/sys/journal.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_journal.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/journal.h.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list