Re: [PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Wenwei Tao
That is okay with me. 2016-05-19 20:40 GMT+08:00 Matias Bjørling : > On 05/19/2016 08:38 AM, Wenwei Tao wrote: >> >> From: Wenwei Tao >> >> Break the loop when rqd is not null to reduce >> unnecessary schedule. >> >> Signed-off-by: Wenwei Tao

Re: [PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Wenwei Tao
That is okay with me. 2016-05-19 20:40 GMT+08:00 Matias Bjørling : > On 05/19/2016 08:38 AM, Wenwei Tao wrote: >> >> From: Wenwei Tao >> >> Break the loop when rqd is not null to reduce >> unnecessary schedule. >> >> Signed-off-by: Wenwei Tao >> --- >> drivers/lightnvm/rrpc.c | 3 +++ >> 1

Re: [PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Matias Bjørling
On 05/19/2016 08:38 AM, Wenwei Tao wrote: From: Wenwei Tao Break the loop when rqd is not null to reduce unnecessary schedule. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Matias Bjørling
On 05/19/2016 08:38 AM, Wenwei Tao wrote: From: Wenwei Tao Break the loop when rqd is not null to reduce unnecessary schedule. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c

[PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Wenwei Tao
From: Wenwei Tao Break the loop when rqd is not null to reduce unnecessary schedule. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index

[PATCH 1/2] lightnvm: break the loop when rqd is not null

2016-05-19 Thread Wenwei Tao
From: Wenwei Tao Break the loop when rqd is not null to reduce unnecessary schedule. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index 2103e97..2915e39 100644 ---