commit | a63d5cf2031cc84443440caf32c175b3548ac6b8 | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Fri May 06 20:03:08 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 06 12:51:10 2016 -0600 |
tree | a2b6b098163bdeaf048f32a446301c99d1f025d2 | |
parent | 5ebc7d9fe13ff9bd3622d0be3cd39c8751459be6 [diff] |
lightnvm: move responsibility for bad blk mgmt to target We move the responsibility of managing the persistent bad block table to the target. The target may choose to mark a block bad or retry writing to it. Never the less, it should be the target that makes the decision and not the media manager. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>