Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755934AbYJVKOH (ORCPT ); Wed, 22 Oct 2008 06:14:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752848AbYJVKNy (ORCPT ); Wed, 22 Oct 2008 06:13:54 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:53296 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbYJVKNx (ORCPT ); Wed, 22 Oct 2008 06:13:53 -0400 Date: Wed, 22 Oct 2008 06:13:51 -0400 From: Christoph Hellwig To: Alexander Beregalov , lachlan@sgi.com, Christoph Hellwig , Arjan van de Ven , xfs@oss.sgi.com, linux-next@vger.kernel.org, LKML Subject: Re: BUG: sleeping function called from invalid context at kernel/rwsem.c:131 XFS? (was: Re: linux-next: Tree for October 17) Message-ID: <20081022101351.GB11313@infradead.org> References: <20081017203710.GA27187@infradead.org> <20081017135510.7127c4e7@infradead.org> <20081020163327.GA15651@infradead.org> <20081020223549.GA21152@disturbed> <20081022075838.GK18495@disturbed> <20081022082550.GM18495@disturbed> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081022082550.GM18495@disturbed> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 17 On Wed, Oct 22, 2008 at 07:25:50PM +1100, Dave Chinner wrote: > > Basically the above commit moved xfs_ilock() inside > > radix_tree_preload()/radix_tree_preload_end(), which means we are > > taking a rwsem() while we have an elevated preempt count. I'll > > get a patch out to fix it. This really needs a warning. Then again I don't really understand this as the point of radix_tree_preload was that we can do the actual radix-tree under a lock, or not? Anyway, the patch looks correct to me, including the slightly unrelated hunk to fix the missing unlock and preload leak. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/