block: pass an explicit gfp_t to get_request
authorChristoph Hellwig <hch@lst.de>
Wed, 9 May 2018 07:54:06 +0000 (09:54 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 May 2018 14:55:14 +0000 (08:55 -0600)
commit4accf5fc790b7e17d838265cc58a46b3ddf64721
tree99d89116c4342a74fe6cdc3b45a740a1b6063c4d
parentff005a066240efb73ae29a2bb9269ae726bc2eae
block: pass an explicit gfp_t to get_request

blk_old_get_request already has it at hand, and in blk_queue_bio, which
is the fast path, it is constant.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
drivers/scsi/scsi_error.c