OSDN Git Service

lightnvm: pblk: fix error handling of pblk_lines_init()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 9 Oct 2018 11:12:13 +0000 (13:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 9 Oct 2018 14:25:08 +0000 (08:25 -0600)
commita70985f83c625a5eaf618be81621e5e4521a66c6
tree43ba48e94d8a631a52eda2ef14c5abf107e1c8e8
parent6fd05cad5ee1290b276dd8ed90a1e019b1fa577a
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>
drivers/lightnvm/pblk-init.c