aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/pblk-read.c
diff options
context:
space:
mode:
authorIgor Konopko <igor.j.konopko@intel.com>2018-06-01 16:41:08 +0200
committerJens Axboe <axboe@kernel.dk>2018-06-01 09:02:53 -0600
commitf142ac0b5d18547a9614a697f86820ee35fd7bf0 (patch)
treef801d30c4a6fe2b2dc0a3cdb419e495fab2f3f85 /drivers/lightnvm/pblk-read.c
parentlightnvm: pblk: fix smeta write error path (diff)
downloadlinux-dev-f142ac0b5d18547a9614a697f86820ee35fd7bf0.tar.xz
linux-dev-f142ac0b5d18547a9614a697f86820ee35fd7bf0.zip
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 '')
0 files changed, 0 insertions, 0 deletions