commit | 4accf5fc790b7e17d838265cc58a46b3ddf64721 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 09 09:54:06 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon May 14 08:55:14 2018 -0600 |
tree | 99d89116c4342a74fe6cdc3b45a740a1b6063c4d | |
parent | ff005a066240efb73ae29a2bb9269ae726bc2eae [diff] |
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>