Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755538Ab0HXUIn (ORCPT ); Tue, 24 Aug 2010 16:08:43 -0400 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 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:user-agent:mime-version:content-type:x-system-of-record; b=TO6CPZnLynRBeKTZjlXl9nfN3otXYMciwQ2NkxX9WRH/pCpcwVMK53De6GwNUa+2n TMuxCLE/BKsHeHEP79ouQ== Date: Tue, 24 Aug 2010 13:08:28 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Peter Zijlstra 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 Subject: Re: [patch 1/5] mm: add nofail variants of kmalloc kcalloc and kzalloc In-Reply-To: <1282656558.2605.2742.camel@laptop> Message-ID: References: <1282656558.2605.2742.camel@laptop> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 23 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! -- 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/