[PATCH 14/19] block: pass a block_device and opf to blk_next_bio

2022-01-24 Thread Christoph Hellwig
From: Chaitanya Kulkarni All callers need to set the block_device and operation, so lift that into the common code. Signed-off-by: Chaitanya Kulkarni Signed-off-by: Christoph Hellwig --- block/bio.c | 6 +- block/blk-lib.c | 19 +--

Re: [PATCH 14/19] block: pass a block_device and opf to blk_next_bio

2022-01-20 Thread Christoph Hellwig
On Tue, Jan 18, 2022 at 10:11:06PM +, Chaitanya Kulkarni wrote: > On 1/17/22 11:19 PM, Christoph Hellwig wrote: > > All callers need to set the block_device and operation, so lift that into > > the common code. > > > > Signed-off-by: Christoph Hellwig > > --- > > I sent out the exact patch

Re: [PATCH 14/19] block: pass a block_device and opf to blk_next_bio

2022-01-18 Thread Chaitanya Kulkarni
On 1/17/22 11:19 PM, Christoph Hellwig wrote: > All callers need to set the block_device and operation, so lift that into > the common code. > > Signed-off-by: Christoph Hellwig > --- I sent out the exact patch for this one, anyways looks good. Reviewed-by: Chaitanya Kulkarni

[PATCH 14/19] block: pass a block_device and opf to blk_next_bio

2022-01-17 Thread Christoph Hellwig
All callers need to set the block_device and operation, so lift that into the common code. Signed-off-by: Christoph Hellwig --- block/bio.c | 6 +- block/blk-lib.c | 19 +-- block/blk-zoned.c | 9 +++-- block/blk.h | 2 --