From: Peter Zijlstra Subject: Re: [patch 1/5] mm: add nofail variants of kmalloc kcalloc and kzalloc Date: Tue, 24 Aug 2010 15:29:18 +0200 Message-ID: <1282656558.2605.2742.camel@laptop> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT 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: David Rientjes Return-path: In-Reply-To: Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Tue, 2010-08-24 at 03:50 -0700, David Rientjes 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? 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'.