From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 24 15:05:03 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B19516A41F for ; Sat, 24 Sep 2005 15:05:03 +0000 (GMT) (envelope-from sebastien.bourdeauducq@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id E031E43D49 for ; Sat, 24 Sep 2005 15:05:02 +0000 (GMT) (envelope-from sebastien.bourdeauducq@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so240756nzi for ; Sat, 24 Sep 2005 08:05:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=XheHIbWm6oK38iYk8F3+mTRPr4RRbOQaEf/8BWwWdLhi8oONyQyDcryPQZJGSC4p9RGqwX0pZ6J0w5imnA4dzNY8tMTk27icraADMB/FOwN3GEAQy/YeKdy8JZHR74Vl2PnRTyddHeKn8zs0PzWhdiCaoDX6K+bC36vB/2cx4Kw= Received: by 10.54.41.41 with SMTP id o41mr926237wro; Sat, 24 Sep 2005 08:05:02 -0700 (PDT) Received: from AAmiens-152-1-26-216.w83-192.abo.wanadoo.fr ( [83.192.77.216]) by mx.gmail.com with ESMTP id 16sm160332wrl.2005.09.24.08.05.01; Sat, 24 Sep 2005 08:05:02 -0700 (PDT) From: Sebastien To: freebsd-hackers@freebsd.org Date: Sat, 24 Sep 2005 17:06:47 +0200 User-Agent: KMail/1.8 References: <200509201949.53951.sebastien.bourdeauducq@gmail.com> <20050921080533.GA255@pm514-9.comsys.ntu-kpi.kiev.ua> In-Reply-To: <20050921080533.GA255@pm514-9.comsys.ntu-kpi.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509241706.47995.sebastien.bourdeauducq@gmail.com> Subject: Re: Filesystem access from a KLD causes "vrele: negative ref cnt" panic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 15:05:03 -0000 > [ please don't write such long lines ] What's the correct line length ? I have at most 78 characters per line, which displays correcly on most terminals, doesn't it ? > Should not rootvnode get reference, when fd_rdir or fd_cdir > begins to point to it? Try to VREF() it. No change. > Which vnode gets negative reference counter? I tell you ASAP (need to reboot...)