From owner-cvs-all Wed Jan 16 16:33: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from router.hackerheaven.org (qn-213-73-194-22.quicknet.nl [213.73.194.22]) by hub.freebsd.org (Postfix) with ESMTP id 7CC6B37B400; Wed, 16 Jan 2002 16:32:53 -0800 (PST) Received: by router.hackerheaven.org (Postfix, from userid 1000) id 6F3AE1C05; Thu, 17 Jan 2002 01:32:27 +0100 (CET) Date: Thu, 17 Jan 2002 01:32:26 +0100 From: Emiel Kollof To: Alfred Perlstein Cc: John Baldwin , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sys_generic.c Message-ID: <20020117003226.GA484@laptop.hackerheaven.org> References: <200201162133.g0GLXfA36921@freefall.freebsd.org> <20020116162418.P26067@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020116162418.P26067@elvis.mu.org> User-Agent: Mutt/1.3.25i X-Mailer: Mutt 1.3.23i (2001-10-09) X-Editor: Vim http://www.vim.org/ X-Info: http://www.hackerheaven.org/ X-Info2: http://www.cmdline.org/ X-Info3: http://www.coolvibe.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Alfred Perlstein (alfred@FreeBSD.org) wrote: > * John Baldwin [020116 16:01] wrote: > > > > Uh, this isn't correct. fdrop() can call fo_close() can call down into VFS > > and do a vrele(), so fdrop() still needs Giant. If you aren't holding Giant > > across fdrop() in a few places that might explain the vput(0x0) panics. > > Ugh, I'll get to this tonight unless you want to tackle it now. Well, my system (running with Alfred's patches) didn't panic when running samba and/or icecast/shout, so somehow it can wait a litte :-) And it's still up, I am mailing from it right now. Of course it needs to be fixed, but as long as it doesn't blow up, I am happy... Cheers, Emiel -- Pity the meek, for they shall inherit the earth. -- Don Marquis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message