From: Theodore Tso Subject: Re: [Kernel BUG] ext4 for v2.6.32 round II Date: Thu, 1 Oct 2009 02:40:41 -0400 Message-ID: <20091001064041.GV24383@mit.edu> References: <20091001014128.GA2092@phenom2.trippelsdorf.de> <20091001021531.GA2025@phenom2.trippelsdorf.de> <20091001030151.GR24383@mit.edu> <20091001034716.GA2008@phenom2.trippelsdorf.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org To: Markus Trippelsdorf Return-path: Received: from thunk.org ([69.25.196.29]:54655 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752822AbZJAGky (ORCPT ); Thu, 1 Oct 2009 02:40:54 -0400 Content-Disposition: inline In-Reply-To: <20091001034716.GA2008@phenom2.trippelsdorf.de> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, Oct 01, 2009 at 05:47:16AM +0200, Markus Trippelsdorf wrote: > On Wed, Sep 30, 2009 at 11:01:51PM -0400, Theodore Tso wrote: > > Hi Markus, > > > > I'm pretty sure the following should fix your problems; can you > > confirm? > > Yes, everything is fine again. Linus, can you pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus This will pick up the fix to the problem Markus reported, plus some old code that we had promised would be removed for 2.6.31. - Ted Eric Sandeen (1): ext4: drop ext4dev compat Theodore Ts'o (1): ext4: fix a BUG_ON crash by checking that page has buffers attached to it fs/ext4/Kconfig | 14 -------------- fs/ext4/inode.c | 22 +++++++++++----------- fs/ext4/super.c | 31 ------------------------------- 3 files changed, 11 insertions(+), 56 deletions(-)