Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934412Ab3CSWNg (ORCPT ); Tue, 19 Mar 2013 18:13:36 -0400 Received: from relay2.sgi.com ([192.48.179.30]:51765 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933880Ab3CSWNf (ORCPT ); Tue, 19 Mar 2013 18:13:35 -0400 To: torvalds@linux-foundation.org Subject: [GIT PULL] XFS fixes for 3.9-rc4 Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com Message-Id: <20130319221330.6C8BB500B4B@whiskey.americas.sgi.com> Date: Tue, 19 Mar 2013 17:13:30 -0500 (CDT) From: bpm@sgi.com (Ben Myers) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1646 Lines: 49 Hi Linus, Please pull these fixes for XFS. There is a fix for a potential infinite loop which was introduced in 4d559a3bcb73, a fix for the return type of xfs_iomap_eof_prealloc_initial_size from a1e16c26660b, and a fix for a failed buffer readahead causing subsequent callers to fail incorrectly. Thanks, Ben The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) are available in the git repository at: git://oss.sgi.com/xfs/xfs tags/for-linus-v3.9-rc4 for you to fetch changes up to e001873853d87674dd5b3cfa2851885023616695: xfs: ensure we capture IO errors correctly (2013-03-18 13:39:10 -0500) ---------------------------------------------------------------- - Fix for a potential infinite loop which was introduced in 4d559a3bcb73 - Fix for the return type of xfs_iomap_eof_prealloc_initial_size from a1e16c26660b - Fix for a failed buffer readahead causing subsequent callers to fail incorrectly ---------------------------------------------------------------- Brian Foster (1): xfs: fix potential infinite loop in xfs_iomap_prealloc_size() Dave Chinner (1): xfs: ensure we capture IO errors correctly Mark Tinguely (1): xfs: fix xfs_iomap_eof_prealloc_initial_size type fs/xfs/xfs_buf.c | 6 ++++++ fs/xfs/xfs_iomap.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- 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/