Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933781AbXEVVon (ORCPT ); Tue, 22 May 2007 17:44:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757314AbXEVVoe (ORCPT ); Tue, 22 May 2007 17:44:34 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:59921 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756275AbXEVVoe (ORCPT ); Tue, 22 May 2007 17:44:34 -0400 Date: Tue, 22 May 2007 14:44:33 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Bernhard Walle cc: linux-scsi@vger.kernel.org, Andrew Morton , linux-kernel@vger.kernel.org, James Bottomley Subject: Re: [PATCH] [scsi] Remove __GFP_DMA In-Reply-To: <20070521151525.GA581@suse.de> Message-ID: References: <20070521151525.GA581@suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 18 On Mon, 21 May 2007, Bernhard Walle wrote: > [PATCH] [scsi] Remove __GFP_DMA > > After 821de3a27bf33f11ec878562577c586cd5f83c64, it's not necessary to alloate a > DMA buffer any more in sd.c. > > Signed-off-by: Bernhard Walle Great that avoids a DMA kmalloc slab. Any other GFP_DMAs left in the scsi layer? Acked-by: Christoph Lameter - 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/