From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 3/6] scsi, fnic: require DMA support for Cisco FNIC Date: Wed, 25 May 2011 04:04:09 -0400 Message-ID: <20110525080409.GA16582@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: David Rientjes Cc: "James E.J. Bottomley" , Pekka Enberg , Christoph Lameter , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Tue, May 24, 2011 at 04:53:50PM -0700, David Rientjes wrote: > The Cisco FNIC driver requires creating a SLAB_CACHE_DMA cache, which is > not possible if CONFIG_ZONE_DMA is disasbled. Avoid compiling it without > DMA support. And you're sure it actually needs it and isn't some sort of typo? It might help to Cc the maintainer to figure that out.