Re: [PATCH 2/4] null_blk: add zone open, close, and finish support

2019-06-25 Thread Matias Bjørling
On 6/25/19 2:36 PM, Damien Le Moal wrote: On 2019/06/25 20:06, Matias Bjørling wrote: On 6/22/19 3:02 AM, Damien Le Moal wrote: On 2019/06/21 22:07, Matias Bjørling wrote: From: Ajay Joshi Implement REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH support to allow explicit control

Re: [PATCH 2/4] null_blk: add zone open, close, and finish support

2019-06-25 Thread Matias Bjørling
On 6/22/19 3:02 AM, Damien Le Moal wrote: On 2019/06/21 22:07, Matias Bjørling wrote: From: Ajay Joshi Implement REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH support to allow explicit control of zone states. Signed-off-by: Ajay Joshi Signed-off-by: Matias Bjørling --- driver

Re: [PATCH 2/4] null_blk: add zone open, close, and finish support

2019-06-21 Thread Damien Le Moal
On 2019/06/21 22:07, Matias Bjørling wrote: > From: Ajay Joshi > > Implement REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH > support to allow explicit control of zone states. > > Signed-off-by: Ajay Joshi > Signed-off-by: Matias Bjørling > --- > drivers/block/null_blk.h |