Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Wenwei Tao
Forgot to do that. Thanks for fixing my mistake. 2016-02-05 19:59 GMT+08:00 Matias Bjørling : > On 02/04/2016 12:34 PM, Wenwei Tao wrote: >> Add a bitmap of luns to indicate the status >> of luns: inuse/available. When create targets >> do the necessary check to avoid allocating luns >> that are

Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Matias Bjørling
On 02/05/2016 01:23 PM, Wenwei Tao wrote: > Forgot to do that. > Thanks for fixing my mistake. No worries, you fixed a couple that I introduced ;)

Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Matias Bjørling
On 02/04/2016 12:34 PM, Wenwei Tao wrote: > Add a bitmap of luns to indicate the status > of luns: inuse/available. When create targets > do the necessary check to avoid allocating luns > that are already allocated. > > Signed-off-by: Wenwei Tao > --- > drivers/lightnvm/core.c | 5 >

Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Matias Bjørling
On 02/05/2016 01:23 PM, Wenwei Tao wrote: > Forgot to do that. > Thanks for fixing my mistake. No worries, you fixed a couple that I introduced ;)

Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Matias Bjørling
On 02/04/2016 12:34 PM, Wenwei Tao wrote: > Add a bitmap of luns to indicate the status > of luns: inuse/available. When create targets > do the necessary check to avoid allocating luns > that are already allocated. > > Signed-off-by: Wenwei Tao > --- >

Re: [PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-05 Thread Wenwei Tao
Forgot to do that. Thanks for fixing my mistake. 2016-02-05 19:59 GMT+08:00 Matias Bjørling : > On 02/04/2016 12:34 PM, Wenwei Tao wrote: >> Add a bitmap of luns to indicate the status >> of luns: inuse/available. When create targets >> do the necessary check to avoid allocating

[PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-04 Thread Wenwei Tao
Add a bitmap of luns to indicate the status of luns: inuse/available. When create targets do the necessary check to avoid allocating luns that are already allocated. Signed-off-by: Wenwei Tao --- drivers/lightnvm/core.c | 5 drivers/lightnvm/gennvm.c | 18 +++

[PATCH 2/3] lightnvm: add a bitmap of luns

2016-02-04 Thread Wenwei Tao
Add a bitmap of luns to indicate the status of luns: inuse/available. When create targets do the necessary check to avoid allocating luns that are already allocated. Signed-off-by: Wenwei Tao --- drivers/lightnvm/core.c | 5 drivers/lightnvm/gennvm.c | 18