From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 20:26:12 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F2616A41F; Thu, 1 Sep 2005 20:26:12 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF0043D53; Thu, 1 Sep 2005 20:26:09 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 89FBE440DA; Thu, 1 Sep 2005 22:26:08 +0200 (CEST) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16827-05; Thu, 1 Sep 2005 22:26:07 +0200 (CEST) Received: from m2a2.dyndns.org (p5091378B.dip0.t-ipconnect.de [80.145.55.139]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 0C30D440A7; Thu, 1 Sep 2005 22:26:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 6B64379CBB; Thu, 1 Sep 2005 22:26:06 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19672-11; Thu, 1 Sep 2005 22:26:05 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id B978D79CBC; Thu, 1 Sep 2005 22:26:05 +0200 (CEST) From: Matthias Andree To: Suleiman Souhlal In-Reply-To: <66A71CA4-8134-43A3-BEAB-485C7DF59EA1@FreeBSD.org> (Suleiman Souhlal's message of "Wed, 31 Aug 2005 13:47:49 +0200") References: <20050830124435.GW659@obiwan.tataz.chchile.org> <20050830232818.GA83944@xor.obsecurity.org> <66A71CA4-8134-43A3-BEAB-485C7DF59EA1@FreeBSD.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Thu, 01 Sep 2005 22:26:05 +0200 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at dt.e-technik.uni-dortmund.de Cc: freebsd-current@FreeBSD.org, Matthias Andree , Jeremie Le Hen , Kris Kennaway Subject: Re: nfs through nullfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 20:26:12 -0000 Suleiman Souhlal writes: > On Aug 31, 2005, at 12:12 PM, Matthias Andree wrote: > >> OK, to reproduce, three steps apart from having an ext2 file system >> (the ext2 FS is clean according to e2fsck) >> >> mount_ext2fs /dev/ad0s5 /linux >> mount_nullfs /linux /mnt >> umount /mnt -> panic, "locking against myself" >> >> backtrace in the kernel debugger, copied manually: > > Can you try the patch at http://people.freebsd.org/~ssouhlal/testing/ > null_vnops.c-20050831.diff ? Yup. Tried it, no more panic on umount. Thanks a lot. -- Matthias Andree