Re: [EXT] Re: [PATCH] lightnvm: pblk: ignore the smeta oob area scan

2018-10-26 Thread Hans Holmberg
On Fri, Oct 26, 2018 at 1:12 AM Zhoujie Wu wrote: > > > > On 10/25/2018 04:16 AM, Hans Holmberg wrote: > > External Email > > > > -- > > On Thu, Oct 25, 2018 at 2:44 AM Zhoujie Wu wrote: > >> The smeta area l2p mapping is empty,

Re: [EXT] Re: [PATCH] lightnvm: pblk: ignore the smeta oob area scan

2018-10-25 Thread Zhoujie Wu
On 10/25/2018 04:16 AM, Hans Holmberg wrote: External Email -- On Thu, Oct 25, 2018 at 2:44 AM Zhoujie Wu wrote: The smeta area l2p mapping is empty, and actually the recovery procedure only need to restore data sector's

Re: [PATCH] lightnvm: pblk: ignore the smeta oob area scan

2018-10-25 Thread Hans Holmberg
On Thu, Oct 25, 2018 at 2:44 AM Zhoujie Wu wrote: > > The smeta area l2p mapping is empty, and actually the > recovery procedure only need to restore data sector's l2p > mapping. So ignore the smeta oob scan. > > Signed-off-by: Zhoujie Wu > --- > drivers/lightnvm/pblk-recovery.c | 5 +++-- > 1

[PATCH] lightnvm: pblk: ignore the smeta oob area scan

2018-10-24 Thread Zhoujie Wu
The smeta area l2p mapping is empty, and actually the recovery procedure only need to restore data sector's l2p mapping. So ignore the smeta oob scan. Signed-off-by: Zhoujie Wu --- drivers/lightnvm/pblk-recovery.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git