commit | a70985f83c625a5eaf618be81621e5e4521a66c6 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Oct 09 13:12:13 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 09 08:25:08 2018 -0600 |
tree | 43ba48e94d8a631a52eda2ef14c5abf107e1c8e8 | |
parent | 6fd05cad5ee1290b276dd8ed90a1e019b1fa577a [diff] |
lightnvm: pblk: fix error handling of pblk_lines_init() In the too many bad blocks error handling case, we should release all the allocated resources, otherwise it will cause memory leak. Fixes: 2deeefc02dff ("lightnvm: pblk: fail gracefully on line alloc. failure") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Hans Holmberg <hans.holmberg@cnexlabs.com> Signed-off-by: Matias Bjørling <mb@lightnvm.io> Signed-off-by: Jens Axboe <axboe@kernel.dk>