From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Wise Subject: Re: [patch 2/6] infiniband: remove dependency on __GFP_NOFAIL Date: Tue, 20 Jul 2010 22:19:12 -0500 Message-ID: <4C466730.1070809@opengridcomputing.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: David Rientjes Cc: Steve Wise , Andrew Morton , Roland Dreier , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org List-Id: linux-rdma@vger.kernel.org Acked-by: Steve Wise David Rientjes wrote: > The alloc_skb() in various allocations are failable, so remove > __GFP_NOFAIL from their masks. > > Cc: Roland Dreier > Signed-off-by: David Rientjes > --- > drivers/infiniband/hw/cxgb4/cq.c | 4 ++-- > drivers/infiniband/hw/cxgb4/mem.c | 2 +- > drivers/infiniband/hw/cxgb4/qp.c | 6 +++--- > 3 files changed, 6 insertions(+), 6 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html