diff options
author | Hans Holmberg <hans.holmberg@cnexlabs.com> | 2018-12-11 20:16:10 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-11 12:22:33 -0700 |
commit | c12fa401ac8c94a74aff68bb5736b3f1dc695fa8 (patch) | |
tree | 099d8b370d36aafa14cb41a48bfbe924b4d6f6e6 /lib/sg_pool.c | |
parent | 96076f7dde51f332bce5fc5644ddc1e221f64a5a (diff) |
lightnvm: pblk: fix resubmission of overwritten write err lbas
Make sure we only look up valid lba addresses on the resubmission path.
If an lba is invalidated in the write buffer, that sector will be
submitted to disk (as it is already mapped to a ppa), and that write
might fail, resulting in a crash when trying to look up the lba in the
mapping table (as the lba is marked as invalid).
Signed-off-by: Hans Holmberg <hans.holmberg@cnexlabs.com>
Reviewed-by: Javier González <javier@javigon.com>
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib/sg_pool.c')
0 files changed, 0 insertions, 0 deletions