Re: [PATCH 11/18] scsi: remove gfp_flags member in scsi_host_cmd_pool
From: Bart Van Assche <hidden>
Date: 2017-01-27 17:39:19
Also in:
dm-devel, linux-block, linux-scsi
From: Bart Van Assche <hidden>
Date: 2017-01-27 17:39:19
Also in:
dm-devel, linux-block, linux-scsi
On Wed, 2017-01-25 at 18:25 +0100, Christoph Hellwig wrote:
When using the slab allocator we already decide at cache creation time if an allocation comes from a GFP_DMA pool using the SLAB_CACHE_DMA flag, and there is no point passing the kmalloc-family only GFP_DMA flag to kmem_cache_alloc. Drop all the infrastructure for doing so.
Reviewed-by: Bart Van Assche <redacted>