commit | bdded1552085b12d23c9be76147d2e96647a098f | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Tue Jan 12 07:49:16 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 12 08:21:15 2016 -0700 |
tree | 96fa04d75f82de069dadf66569a611e24e2c3848 | |
parent | 3cd485b1f8e25a6534eb4c542e7eba1b944fbaaf [diff] |
lightnvm: fix incorrect nr_free_blocks stat When initing bad block list in gennvm_block_bb, once we move bad block from free_list to bb_list, we should maintain both stat info nr_free_blocks and nr_bad_blocks. So this patch fixes to add missing operation related to nr_free_blocks. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>