看板 DFBSD_commit 關於我們 聯絡資訊
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