From patchwork Tue Apr 24 02:12:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] ext4 bug fixes for 3.4 Date: Mon, 23 Apr 2012 16:12:52 -0000 From: Theodore Ts'o X-Patchwork-Id: 154565 Message-Id: To: Linus Torvalds Cc: linux-ext4@vger.kernel.org The following changes since commit 57f73c2c89a5d3b2ed87201c8100d1fa989a1a65: ext4: fix handling of journalled quota options (2012-04-16 18:55:26 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus for you to fetch changes up to db7e5c668e1b16061fe2d94d3cba022dd360c5d4: super.c: unused variable warning without CONFIG_QUOTA (2012-04-23 21:44:41 -0400) ---------------------------------------------------------------- Ext4 bug fixes for 3.4 These are two low-risk bug fixes for ext4, fixing a compile warning and a potential deadlock. ---------------------------------------------------------------- Eldad Zack (1): super.c: unused variable warning without CONFIG_QUOTA Shaohua Li (1): jbd2: use GFP_NOFS for blkdev_issue_flush fs/ext4/super.c | 2 ++ fs/jbd2/commit.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html