Re: [PATCH] null_blk: add lightnvm null_blk device to the nullb_list

2016-03-04 Thread Jens Axboe
On 03/04/2016 09:27 AM, Wenwei Tao wrote: After register null_blk devices into lightnvm, we forget to add these devices to the the nullb_list, makes them invisible to the null_blk driver. Signed-off-by: Wenwei Tao --- drivers/block/null_blk.c | 3 ++- 1 file changed, 2

Re: [PATCH] null_blk: add lightnvm null_blk device to the nullb_list

2016-03-04 Thread Jens Axboe
On 03/04/2016 09:27 AM, Wenwei Tao wrote: After register null_blk devices into lightnvm, we forget to add these devices to the the nullb_list, makes them invisible to the null_blk driver. Signed-off-by: Wenwei Tao --- drivers/block/null_blk.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] null_blk: add lightnvm null_blk device to the nullb_list

2016-03-04 Thread Wenwei Tao
After register null_blk devices into lightnvm, we forget to add these devices to the the nullb_list, makes them invisible to the null_blk driver. Signed-off-by: Wenwei Tao --- drivers/block/null_blk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH] null_blk: add lightnvm null_blk device to the nullb_list

2016-03-04 Thread Wenwei Tao
After register null_blk devices into lightnvm, we forget to add these devices to the the nullb_list, makes them invisible to the null_blk driver. Signed-off-by: Wenwei Tao --- drivers/block/null_blk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/block/null_blk.c