cvs commit: src/sys/kern vfs_bio.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Mar 23 12:39:06 PST 2005
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 at xxxxxxxxx>
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
More information about the Commits
mailing list