X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FH_DATE_PAST_20XX autolearn=no version=3.3.0-rupdated Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o2GNVmVX217501 for ; Tue, 16 Mar 2010 18:31:48 -0500 Received: from stout.americas.sgi.com (stout.americas.sgi.com [128.162.232.50]) by relay1.corp.sgi.com (Postfix) with ESMTP id 225F78F8071; Tue, 16 Mar 2010 16:33:19 -0700 (PDT) Received: from stout.americas.sgi.com (localhost6.localdomain6 [127.0.0.1]) by stout.americas.sgi.com (8.14.3/8.14.2) with ESMTP id o2GNXIBM022468; Tue, 16 Mar 2010 18:33:19 -0500 Received: (from aelder@localhost) by stout.americas.sgi.com (8.14.3/8.14.3/Submit) id o2GNXIvb022464; Tue, 16 Mar 2010 18:33:18 -0500 From: Alex Elder Message-Id: <201003162333.o2GNXIvb022464@stout.americas.sgi.com> Date: Tue, 16 Mar 2010 18:33:17 -0500 To: torvalds@linux-foundation.org Subject: [GIT PULL] XFS update for 2.6.34-rc1 Cc: linux-kernel@vger.kernel.org, xfs@oss.sgi.com, akpm@linux-foundation.org User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean I hope you'll accept the following for 2.6.34-rc3, if not -rc2. The first two are patches I neglected to include in my first batch for 2.6.34. The second is minor, but gets rid of some bogus warning messages in the event of a forced shutdown. -Alex The following changes since commit 57d54889cd00db2752994b389ba714138652e60c: Linus Torvalds (1): Linux 2.6.34-rc1 are available in the git repository at: git://oss.sgi.com/xfs/xfs for-linus Alex Elder (2): xfs: remove old vmap cache xfs: use scalable vmap API Dave Chinner (1): xfs: don't warn about page discards on shutdown fs/xfs/linux-2.6/xfs_aops.c | 13 +++++-- fs/xfs/linux-2.6/xfs_buf.c | 81 ++---------------------------------------- 2 files changed, 14 insertions(+), 80 deletions(-)