From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 17 17:04:01 2006 Return-Path: X-Original-To: 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 83AA216A41F for ; Tue, 17 Jan 2006 17:04:01 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: from web31815.mail.mud.yahoo.com (web31815.mail.mud.yahoo.com [68.142.206.168]) by mx1.FreeBSD.org (Postfix) with SMTP id 90D2E43D5C for ; Tue, 17 Jan 2006 17:04:00 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: (qmail 73778 invoked by uid 60001); 17 Jan 2006 17:03:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GiVLLzmD5AApTpgmrXwZE5MoFL13vZjbf046KxadioRbBa2RoGXkhry5uzSOE5fZ6tP7vb9PCDDQRcSiPeeWtkawSTKLbuzSAnjZ9F+cAPwIlPqB60GndacZPE/4HxbHnRGwZokkg4F0/go3etSfWFuqdMjHARAyJd1IAZeLW4Q= ; Message-ID: <20060117170359.73776.qmail@web31815.mail.mud.yahoo.com> Received: from [71.139.6.191] by web31815.mail.mud.yahoo.com via HTTP; Tue, 17 Jan 2006 09:03:59 PST Date: Tue, 17 Jan 2006 09:03:59 -0800 (PST) From: Mohan Srinivasan To: frank@exit.com, hackers@freebsd.org In-Reply-To: <1137477965.95312.15.camel@realtime.exit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 17 Jan 2006 17:26:14 +0000 Cc: FreeBSD-Current Subject: Re: Panic in nfs_putpages() on 6-stable, more info. 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: Tue, 17 Jan 2006 17:04:01 -0000 > See http://www.freebsd.org/cgi/query-pr.cgi?pr=91879 for the patch. I > went ahead and fixed all the filesystems I could find, since they all > had nearly identical code. I just looked at your changes (and at ufs_reclaim()). I'll get this committed to current and it'll get MFC'ed. mohan