From owner-freebsd-stable@FreeBSD.ORG Tue Oct 31 07:49:17 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E8216A412 for ; Tue, 31 Oct 2006 07:49:17 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79EA943D46 for ; Tue, 31 Oct 2006 07:49:16 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1175726uge for ; Mon, 30 Oct 2006 23:49:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KQzwtYHtJoZXAPbvV5q6oBWZ43nrFFxRWjx58cwizorI3FSL0FFWiIpDwWpGF0DTSwFX38xaI4RTGfsYaFM2aDvVXm5vfNi7syRfnw5/qVyG9OxYQftaDDYFxMya97N6zO8ETgoqILNbS/djehquUm4SWpxj2FOOTW3uM8umNmk= Received: by 10.78.160.2 with SMTP id i2mr6309632hue; Mon, 30 Oct 2006 23:49:14 -0800 (PST) Received: by 10.78.155.3 with HTTP; Mon, 30 Oct 2006 23:49:14 -0800 (PST) Message-ID: <7ad7ddd90610302349x5773cc72la0aef889a2369540@mail.gmail.com> Date: Tue, 31 Oct 2006 08:49:14 +0100 From: "Ulrich Spoerlein" To: stable@freebsd.org In-Reply-To: <7ad7ddd90610302348j6b7aabc7vc0a89e1e95d8fd27@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7ad7ddd90610300741k5789f64j8f410b6e866b99ee@mail.gmail.com> <20061030224935.GA95120@xor.obsecurity.org> <7ad7ddd90610302348j6b7aabc7vc0a89e1e95d8fd27@mail.gmail.com> Cc: Subject: Fwd: panic: vfs_getopt: caller passed 'opts' as NULL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 07:49:17 -0000 On 10/30/06, Kris Kennaway wrote: > > panic: vfs_getopt: caller passed 'opts' as NULL > > This can happen if you are using filesystem modules but your kernel is > built with nonstandard options (DEBUG_*_LOCKS is a culprit, I think). Interesting, but no filesystem modules were involved. Infact, even geom_mirror and geom_label were statically built into the kernel. But the point is mood anyway, since I could not reproduce the problem. I tried again after rebooting the machine and everything went just fine ... I have to use the nullfs mounts on another machine shortly, let's see what happens there. Uli