cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf2.h
Nicolas Thery
nth at crater.dragonflybsd.org
Sun Jan 27 23:20:36 PST 2008
nth 2008/01/27 23:19:06 PST
DragonFly src repository
Modified files:
sys/kern vfs_bio.c
sys/sys buf2.h
Log:
Fix spurious "softdep_deallocate_dependencies: dangling deps" panic occuring
on low memory condition.
Add assertion to catch similar bugs automagically.
Reported-by: Peter Avalos <pavalos at theshell.com>
Reviewed-by: Matthew Dillon <dillon at backplane.com>
Revision Changes Path
1.97 +2 -1 src/sys/kern/vfs_bio.c
1.21 +4 -0 src/sys/sys/buf2.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.96&r2=1.97&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/buf2.h.diff?r1=1.20&r2=1.21&f=u
More information about the Commits
mailing list