Re: [PATCH 3/6] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl

2017-10-02 Thread Javier González
> On 1 Oct 2017, at 15.24, Rakesh Pandit wrote: > > vblk isn't being used anyway and if we ever have a usecase we can > introduce this again. This makes the logic easier and removes > unnecessary checks. > > Signed-off-by: Rakesh Pandit > --- > drivers/lightnvm/core.c | 29 ---

[PATCH 3/6] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl

2017-10-01 Thread Rakesh Pandit
vblk isn't being used anyway and if we ever have a usecase we can introduce this again. This makes the logic easier and removes unnecessary checks. Signed-off-by: Rakesh Pandit --- drivers/lightnvm/core.c | 29 - include/linux/lightnvm.h | 2 +- 2 files changed, 13