]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: remove scsi_cmd_dma_pool
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Jan 2017 12:26:34 +0000 (15:26 +0300)
committerJens Axboe <axboe@fb.com>
Fri, 27 Jan 2017 22:08:35 +0000 (15:08 -0700)
commit46e88d3f646b4e8780f31ada3a5c9e87ae04e9e1
tree9dc0ef6ce138fe555e3fbe15bd4a33c8996a3c92
parentbabe2a04ff86220d4e3d5e5b379c5d73ad8155f7
scsi: remove scsi_cmd_dma_pool

There is no need for GFP_DMA allocations of the scsi_cmnd structures
themselves, all that might be DMAed to or from is the actual payload,
or the sense buffers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/scsi/scsi.c