]> git.baikalelectronics.ru Git - kernel.git/commit
lightnvm: pblk: add lock protection to list operations
authorHua Su <suhua.tanke@gmail.com>
Tue, 11 Dec 2018 19:16:18 +0000 (20:16 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 11 Dec 2018 19:22:34 +0000 (12:22 -0700)
commit860c1a06c57cb578c0c33c4adedc475cc1ba9077
tree94420f2360f69a9286473fafde212b50e82c606f
parent650215f3b537bc0c1c86cdb00fde3ea8072f8484
lightnvm: pblk: add lock protection to list operations

Protect the list_add on the pblk_line_init_bb() error
path in case this code is used for some other purpose
in the future.

Signed-off-by: Hua Su <suhua.tanke@gmail.com>
Reviewed-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/pblk-core.c