From owner-freebsd-current Tue Oct 21 07:12:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA14475 for current-outgoing; Tue, 21 Oct 1997 07:12:54 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA14260 for ; Tue, 21 Oct 1997 07:08:51 -0700 (PDT) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id IAA21964; Tue, 21 Oct 1997 08:07:11 -0600 (MDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id IAA05571; Tue, 21 Oct 1997 08:07:09 -0600 (MDT) Date: Tue, 21 Oct 1997 08:07:09 -0600 (MDT) Message-Id: <199710211407.IAA05571@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bruce Evans Cc: joerg_wunsch@uriah.heep.sax.de, kato@migmatite.eps.nagoya-u.ac.jp, freebsd-current@freebsd.org Subject: Re: lockmgr panic In-Reply-To: <199710210651.QAA07277@godzilla.zeta.org.au> References: <199710210651.QAA07277@godzilla.zeta.org.au> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >I don't have any idea to solve this problem except: > > > > a. rewrite delayed write stuff. > > b. rewrite vn driver. > > c. apply the patch included in this mail. > > > >The patch from 3.0-current is as follows: > > `isvplocked' seems to be used uninitialized. > > Someone committed a modified version of this to 2.2 without testing > it in -current (without even committing it to -current). It was tested by quite a few people in 2.2, so that's why I committed it to only 2.2. :) Nate