commit | 3c356bde19e9a728b26a231a23099c8057dbe881 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Sep 05 18:20:23 2014 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Nov 24 19:56:55 2014 +0100 |
tree | 5c36f956e9f8a15de22dfca057b07c63818eeeda | |
parent | bb3ec62a179922b501535d5bd210cb8ba2ad069b [diff] |
scsi: stop passing a gfp_mask argument down the command setup path 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>