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

看板DFBSD_commit作者時間21年前 (2005/03/05 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #12AKHc00 (DFBSD_commit)