commit | e6b754c252bacebdfbe3c57e790431ab8f445d1f | [log] [tgz] |
---|---|---|
author | Javier González <javier@cnexlabs.com> | Fri Oct 13 14:46:27 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 13 08:34:57 2017 -0600 |
tree | 841fb8a9e40a3df783c3e4ccc2e20cc713bcc091 | |
parent | 21d2287119e843929c29fb1adbd271bde1fac7ae [diff] |
lightnvm: pblk: ensure right bad block calculation Make sure that the variable controlling block threshold for allocating extra metadata sectors in case of a line with bad blocks does not get a negative value. Otherwise, the line will be marked as corrupted and wasted. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>