Re: [PATCH 4/7] block: pass explicit gfp_t to get_request

2018-04-10 Thread Hannes Reinecke
On Mon, 9 Apr 2018 17:39:13 +0200 Christoph Hellwig wrote: > 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 > --- > block/blk-core.c | 14 +++--- >

[PATCH 4/7] block: pass explicit gfp_t to get_request

2018-04-09 Thread Christoph Hellwig
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 --- block/blk-core.c | 14 +++--- drivers/scsi/scsi_error.c | 4 2 files changed, 7 insertions(+), 11 deletions(-) diff