Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754154AbZANElV (ORCPT ); Tue, 13 Jan 2009 23:41:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753551AbZANElG (ORCPT ); Tue, 13 Jan 2009 23:41:06 -0500 Received: from THUNK.ORG ([69.25.196.29]:49066 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbZANElE (ORCPT ); Tue, 13 Jan 2009 23:41:04 -0500 Date: Tue, 13 Jan 2009 23:40:59 -0500 From: Theodore Tso To: Arjan van de Ven Cc: Andrew Morton , "Pallipadi, Venkatesh" , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: kernel BUG at fs/ext/super.c:428 Message-ID: <20090114044059.GA6222@mit.edu> Mail-Followup-To: Theodore Tso , Arjan van de Ven , Andrew Morton , "Pallipadi, Venkatesh" , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org References: <20090110003645.GA16107@linux-os.sc.intel.com> <20090113164842.c6aa7095.akpm@linux-foundation.org> <20090114014434.GE14730@mit.edu> <496D526D.1010402@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496D526D.1010402@linux.intel.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 24 On Wed, Jan 14, 2009 at 02:48:13AM +0000, Arjan van de Ven wrote: >> Well, Arjan's commit, efaee192: "async: make the final inode deletion >> an asynchronous event", does change how inodes get deleted, and this >> looks like a race where an inode is getting deleted during the umount. >> >> So I would try reverting commit efaee192 and see if it fixes things >> before starting a full bisect... > > the commit is already reverted before rc1 > Ah, right. I see, the async infrastructure is still in fs/super.c, but the actual code to insert deleted inodes onto the s_async_list was removed in commit b32714b. Sorry, that confused me. OK, so assuming that Venkatesh was using something post-rc1, I can't suggest anything other than a full bisect. Sorry.... - Ted -- 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/