From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759512AbZLJDiy (ORCPT ); Wed, 9 Dec 2009 22:38:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759496AbZLJDis (ORCPT ); Wed, 9 Dec 2009 22:38:48 -0500 Received: from thunk.org ([69.25.196.29]:52311 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759490AbZLJDir (ORCPT ); Wed, 9 Dec 2009 22:38:47 -0500 Date: Wed, 9 Dec 2009 22:38:53 -0500 From: tytso@mit.edu To: Linus Torvalds Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ext4 updates for v2.6.33 Message-ID: <20091210033853.GA7215@thunk.org> Mail-Followup-To: tytso@mit.edu, Linus Torvalds , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org 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 On Wed, Dec 09, 2009 at 11:10:41AM -0500, Theodore Ts'o wrote: > Hi Linus, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus > > to grab the following changes for v2.6.33. > > Lots of bug fixes, plus some cleanup work. > Hi Linus, it looks like you haven't pulled from the ext4 tree yet. FYI, I've since added three more patches to the for_linus branch to fix a few more bugs: Theodore Ts'o (3): jbd2: Export jbd2_log_start_commit to fix ext4 build ext4: Do not override ext2 or ext3 if built they are built as modules ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) fs/ext4/Kconfig | 2 +- fs/ext4/extents.c | 4 ++-- fs/ext4/super.c | 4 ++-- fs/jbd2/journal.c | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) - Ted