commit | 077d2389994197277f4f7662b13d11b2f67646a7 | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Thu Jul 07 09:54:14 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu Jul 07 08:51:52 2016 -0600 |
tree | 1bd9690d5a449a78def55930963de35e699ca49e | |
parent | 12624af26e59095a1b5216670028390177aa5820 [diff] |
lightnvm: remove open/close statistics for gennvm The responsibility of the media manager is not to keep track of open/closed blocks. This is better maintained within a target, that already manages this information on writes. Remove the statistics and merge the states NVM_BLK_ST_OPEN and NVM_BLK_ST_CLOSED. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>