From owner-freebsd-commit Sat Sep 30 22:55:55 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07552 for freebsd-commit-outgoing; Sat, 30 Sep 1995 22:55:55 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07426 for cvs-all-outgoing; Sat, 30 Sep 1995 22:54:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07413 for cvs-sys-outgoing; Sat, 30 Sep 1995 22:54:25 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA07401 ; Sat, 30 Sep 1995 22:54:19 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id WAA00444; Sat, 30 Sep 1995 22:52:57 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id WAA00159; Sat, 30 Sep 1995 22:54:18 -0700 Message-Id: <199510010554.WAA00159@corbin.Root.COM> To: John Dyson cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c In-reply-to: Your message of "Sat, 30 Sep 95 22:50:31 PDT." <199510010550.WAA07080@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 30 Sep 1995 22:54:18 -0700 Sender: owner-commit@FreeBSD.org Precedence: bulk >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). The above was submitted by John Dyson...I accidently axed that line in the editor...sorry, John. -DG