Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752125AbZL1RRo (ORCPT ); Mon, 28 Dec 2009 12:17:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751225AbZL1RRn (ORCPT ); Mon, 28 Dec 2009 12:17:43 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:47952 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbZL1RRm (ORCPT ); Mon, 28 Dec 2009 12:17:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=sCjxR2dOJ5+4r/PYRSBiyLvCnzLiCcnMRno4k/ICah7Mz6m2zQSSp+0j9j+61dpV3Y XbAoeLXfHZuIH+9E6uq8anO1xGu+t/A/GVph689yisD9TZs1YMt5u4ZdUxJVMBIN/U6B zu4dD4wpe2CHe1KarUL8swT9FzaXxmLZLV9zk= Date: Mon, 28 Dec 2009 18:17:37 +0100 From: Frederic Weisbecker To: Alexander Beregalov Cc: Linux Kernel Mailing List Subject: Re: 2.6.33-rc0: reiserfs: inconsistent lock state Message-ID: <20091228171733.GA5014@nowhere> References: <20091214110921.GA5168@nowhere> <20091216224117.GA5014@nowhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1236 Lines: 35 On Sun, Dec 20, 2009 at 03:09:33PM +0300, Alexander Beregalov wrote: > Hi Frederic > > This is Linus's v2.6.33-rc1-96-gdd59f6c > plus your 47376ceba5 "reiserfs: Fix reiserfs lock <-> inode mutex > dependency inversion" > > [ INFO: inconsistent lock state ] > 2.6.33-rc1-00101-g476ef56 #1 > --------------------------------- > inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage. > kswapd0/313 [HC0[0]:SC0[0]:HE1:SE1] takes: > (&REISERFS_SB(s)->lock){+.+.?.}, at: [] > reiserfs_write_lock_once+0x28/0x50 > {RECLAIM_FS-ON-W} state was registered at: > [] mark_held_locks+0x62/0x90 > [] lockdep_trace_alloc+0x9a/0xc0 > [] kmem_cache_alloc+0x26/0xf0 > [] __get_vm_area_node+0x6c/0xf0 > [] __vmalloc_node+0x7e/0xa0 > [] vmalloc+0x2b/0x30 > [] journal_init+0x2a/0x9f0 Oh right, I fixed a vmalloc under reiserfs lock in the mount path but there are some others remaining. Will fix, thanks! -- 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/