diff options
author | Igor Konopko <igor.j.konopko@intel.com> | 2018-06-01 10:41:08 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-06-01 11:02:53 -0400 |
commit | f142ac0b5d18547a9614a697f86820ee35fd7bf0 (patch) | |
tree | f801d30c4a6fe2b2dc0a3cdb419e495fab2f3f85 /drivers/lightnvm/pblk-init.c | |
parent | 6cf17a2f838db707dc8a69fe96f3565f2f4f61e6 (diff) |
lightnvm: proper error handling for pblk_bio_add_pages
Currently in case of error caused by bio_pc_add_page in
pblk_bio_add_pages two issues occur when calling from
pblk_rb_read_to_bio(). First one is in pblk_bio_free_pages, since we
are trying to free pages not allocated from our mempool. Second one
is the warn from dma_pool_free, that we are trying to free NULL
pointer dma.
This commit fix both issues.
Signed-off-by: Igor Konopko <igor.j.konopko@intel.com>
Signed-off-by: Marcin Dziegielewski <marcin.dziegielewski@intel.com>
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/pblk-init.c')
0 files changed, 0 insertions, 0 deletions