Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967699Ab2EQULG (ORCPT ); Thu, 17 May 2012 16:11:06 -0400 Received: from shards.monkeyblade.net ([198.137.202.13]:34588 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754517Ab2EQULC (ORCPT ); Thu, 17 May 2012 16:11:02 -0400 Date: Thu, 17 May 2012 16:10:40 -0400 (EDT) Message-Id: <20120517.161040.1412806690395517745.davem@davemloft.net> To: mgorman@suse.de Cc: akpm@linux-foundation.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, neilb@suse.de, a.p.zijlstra@chello.nl, michaelc@cs.wisc.edu, emunson@mgebm.net Subject: Re: [PATCH 08/17] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket From: David Miller In-Reply-To: <1337266231-8031-9-git-send-email-mgorman@suse.de> References: <1337266231-8031-1-git-send-email-mgorman@suse.de> <1337266231-8031-9-git-send-email-mgorman@suse.de> X-Mailer: Mew version 6.5 on Emacs 24.0.95 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (shards.monkeyblade.net [198.137.202.13]); Thu, 17 May 2012 13:10:45 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 17 From: Mel Gorman Date: Thu, 17 May 2012 15:50:22 +0100 > Introduce sk_gfp_atomic(), this function allows to inject sock specific > flags to each sock related allocation. It is only used on allocation > paths that may be required for writing pages back to network storage. > > [davem@davemloft.net: Use sk_gfp_atomic only when necessary] > Signed-off-by: Peter Zijlstra > Signed-off-by: Mel Gorman Acked-by: David S. Miller -- 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/