Re: [PATCH] lightnvm: check bi_error in gc

2015-12-29 Thread Matias Bjørling
On 12/29/2015 06:50 AM, Wenwei Tao wrote: We should check last io compeltion status before start another one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index

Re: [PATCH] lightnvm: check bi_error in gc

2015-12-29 Thread Matias Bjørling
On 12/29/2015 06:50 AM, Wenwei Tao wrote: We should check last io compeltion status before start another one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/lightnvm/rrpc.c

[PATCH] lightnvm: check bi_error in gc

2015-12-28 Thread Wenwei Tao
We should check last io compeltion status before start another one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index c0886a8..d40c140 100644 --- a/drivers/lightnvm/rrpc.c +++

[PATCH] lightnvm: check bi_error in gc

2015-12-28 Thread Wenwei Tao
We should check last io compeltion status before start another one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index c0886a8..d40c140 100644 ---