]> 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)
commitbb37c7629a88976d519d12e3e53a3b017e09b501
tree99d89116c4342a74fe6cdc3b45a740a1b6063c4d
parent5746e70e40b247999e16866caacc76cff26b847e
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