From: Christoph Hellwig Date: Sat, 6 Sep 2014 01:20:23 +0000 (-0700) Subject: scsi: stop passing a gfp_mask argument down the command setup path X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c356bde19e9a728b26a231a23099c8057dbe881;p=pandora-kernel.git 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 Reviewed-by: Bart Van Assche Reviewed-by: Hannes Reinecke --- Reading git-diff-tree failed