Re: [PATCH] lightnvm: put blks when luns configure failed

2015-12-04 Thread Matias Bjørling
On 12/03/2015 02:27 PM, Wenwei Tao wrote: put the allocated blks back to the free list when the luns configure failed, to make these blks useable to others. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) dif

[PATCH] lightnvm: put blks when luns configure failed

2015-12-03 Thread Wenwei Tao
put the allocated blks back to the free list when the luns configure failed, to make these blks useable to others. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/drivers/lightnvm/rrpc.c b/drivers/li