Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightnvm: pblk: enable line minor version detection
When recovering a line, an extra check was added when debugging was active, such that minor version where also checked. Unfortunately, this used the ifdef NVM_DEBUG, which is not correct. Instead use the proper DEBUG def, and now that it compiles, also fix the variable. Signed-off-by: Matias Bjørling <[email protected]> Fixes: d0ab0b1 ("lightnvm: pblk: check data lines version on recovery") Reviewed-by: Javier González <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information