scsi: stop passing a gfp_mask argument down the command setup path
authorChristoph Hellwig <hch@lst.de>
Sat, 6 Sep 2014 01:20:23 +0000 (18:20 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 24 Nov 2014 18:56:55 +0000 (19:56 +0100)
There is no reason for ULDs to pass in a flag on how to allocate the S/G
lists.  While we don't need GFP_ATOMIC for the blk-mq case because we
don't hold locks, that decision can be made way down the chain without
having to pass a pointless gfp_mask argument.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>

No differences found