Date: Sat, 30 Sep 1995 22:50:31 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199510010550.WAA07080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/09/30 22:50:30 Modified: sys/kern vfs_bio.c Log: Two critical bugfixes: 1) "obj" was't initialized properly, resulting in an important vm_page_lookup always failing (resulting in a panic). 2) busy pages could be put on the cache queue or freed (resulting in a panic).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510010550.WAA07080>