]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c044b8ddf7e953702fadca5f7dbfe19f02a0cdc
tree99d89116c4342a74fe6cdc3b45a740a1b6063c4d
parentc6a361bcc87f9508028aa866fad2032351163013
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