diff options
author | Christoph Hellwig <hch@lst.de> | 2017-01-02 14:38:03 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-01-27 15:08:35 -0700 |
commit | 0fbc3e0ff623f1012e7c2af96e781eeb26bcc0d7 (patch) | |
tree | 6a05168428a2bdf523d742156a83d0aff2bba3be /firmware/README.AddingFirmware | |
parent | 80e1836cf94e0c9a410c1e31302b1d61bf5b7363 (diff) | |
download | blackbird-op-linux-0fbc3e0ff623f1012e7c2af96e781eeb26bcc0d7.tar.gz blackbird-op-linux-0fbc3e0ff623f1012e7c2af96e781eeb26bcc0d7.zip |
scsi: remove gfp_flags member in scsi_host_cmd_pool
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.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'firmware/README.AddingFirmware')
0 files changed, 0 insertions, 0 deletions