From: David Rientjes Subject: Re: [patch 1/5] mm: add nofail variants of kmalloc kcalloc and kzalloc Date: Tue, 24 Aug 2010 13:08:28 -0700 (PDT) Message-ID: References: <1282656558.2605.2742.camel@laptop> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andrew Morton , Neil Brown , Alasdair G Kergon , Chris Mason , Steven Whitehouse , Jens Axboe , Jan Kara , Frederic Weisbecker , linux-raid@vger.kernel.org, linux-btrfs@vger.kernel.org, cluster-devel@redhat.com, linux-ext4@vger.kernel.org, reiserfs-devel@vger.kernel.org, linux-kernel@vger.kernel.org To: Peter Zijlstra Return-path: Received: from smtp-out.google.com ([74.125.121.35]:45935 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755094Ab0HXUIl (ORCPT ); Tue, 24 Aug 2010 16:08:41 -0400 In-Reply-To: <1282656558.2605.2742.camel@laptop> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, 24 Aug 2010, Peter Zijlstra wrote: > > These were added as helper functions for documentation and auditability. > > No future callers should be added. > > git grep GFP_NOFAIL isn't auditable enough? > I'm trying to remove that bit, and __GFP_REPEAT, to simplify and remove several branches from the page allocator. > might as well declare these functions depricated if you really want to > do this. > > FWIW I think mason said he'd fix btrfs to not suck like this 'soon'. > Great!