From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 7315D7F52 for ; Mon, 2 Sep 2013 05:53:06 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay2.corp.sgi.com (Postfix) with ESMTP id 522B9304059 for ; Mon, 2 Sep 2013 03:53:06 -0700 (PDT) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [150.101.137.143]) by cuda.sgi.com with ESMTP id UoCc2sEM6l3YyGPE for ; Mon, 02 Sep 2013 03:53:05 -0700 (PDT) Received: from disappointment.disaster.area ([192.168.1.110] helo=disappointment) by dastard with esmtp (Exim 4.76) (envelope-from ) id 1VGRkk-0000sZ-Eo for xfs@oss.sgi.com; Mon, 02 Sep 2013 20:53:02 +1000 Received: from dave by disappointment with local (Exim 4.80) (envelope-from ) id 1VGRkk-0008Am-DT for xfs@oss.sgi.com; Mon, 02 Sep 2013 20:53:02 +1000 From: Dave Chinner Subject: [PATCH 0/2] xfs: fix some new memory allocation failures Date: Mon, 2 Sep 2013 20:52:58 +1000 Message-Id: <1378119180-31380-1-git-send-email-david@fromorbit.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Hi folks, These failures are a result of order-4 allocations being done on v5 filesystems to support the large ACL count xattrs. The first patch puts out usual falbback to vmalloc workaround in place. The second patch factors all the places we now have this fallback-to-vmalloc and makes it transparent to the callers. Cheers, Dave. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs