[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070601090955.272806d8@gondolin.boeblingen.de.ibm.com>
Date: Fri, 1 Jun 2007 09:09:55 +0200
From: Cornelia Huck <cornelia.huck@...ibm.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Christoph Hellwig <hch@...radead.org>,
Jeff Garzik <jeff@...zik.org>, Matthew Wilcox <matthew@....cx>,
linux-kernel@...r.kernel.org,
SCSI development list <linux-scsi@...r.kernel.org>,
James Bottomley <James.Bottomley@...elEye.com>,
Dan Williams <dan.j.williams@...el.com>
Subject: Re: 2.6.22-rc3-mm1
On Thu, 31 May 2007 15:10:05 -0700,
Andrew Morton <akpm@...ux-foundation.org> wrote:
> Cornelia, afaict your patch has no actual delendency upon Dan's
> dma-mapping-prevent-dma-dependent-code-from-linking-on.patch, correct? If
> so, I can merge it via James and then merge Dan's patch once James has
> merged.
AFAICS there's no dependency in that direction.
> diff -puN include/scsi/scsi_cmnd.h~scsi-dont-build-scsi_dma_mapunmap-for-has_dma include/scsi/scsi_cmnd.h
> --- a/include/scsi/scsi_cmnd.h~scsi-dont-build-scsi_dma_mapunmap-for-has_dma
> +++ a/include/scsi/scsi_cmnd.h
> @@ -135,8 +135,10 @@ extern void scsi_kunmap_atomic_sg(void *
> extern struct scatterlist *scsi_alloc_sgtable(struct scsi_cmnd *, gfp_t);
> extern void scsi_free_sgtable(struct scatterlist *, int);
>
> +#ifdef CONFIG_SCSI_DMA
> extern int scsi_dma_map(struct scsi_cmnd *cmd);
> extern void scsi_dma_unmap(struct scsi_cmnd *cmd);
> +#endif
>
> #define scsi_sg_count(cmd) ((cmd)->use_sg)
> #define scsi_sglist(cmd) ((struct scatterlist *)(cmd)->request_buffer)
>
> We don't really need the ifdefs here. If someone incorrectly calls these
> functions then they'll get a link-time failure anyway. The downside of
> removing these ifdefs is that they won't get a compile-time warning, but I
> tend to think that this small cost is worth it.
OK, fine with me.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists