看板 DFBSD_commit 關於我們 聯絡資訊
dillon 2005/03/23 12:37:03 PST DragonFly src repository Modified files: sys/kern vfs_bio.c Log: Remove an assertion in bundirty() that requires the buffer to not be on a queue. There is a code path in brelse() where the buffer may be put on a queue prior to calling bundirty(). Reported-by: David Rhodus <sdrhodus@gmail.com> Revision Changes Path 1.34 +4 -3 src/sys/kern/vfs_bio.c http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.33&r2=1.34&f=u