commit | 00ee6cc3b74bdb4dfb71838046517beb6839647c | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Fri May 06 20:03:09 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 06 12:51:10 2016 -0600 |
tree | f910e8f9b94871453ab8f0620951de873228500d | |
parent | a63d5cf2031cc84443440caf32c175b3548ac6b8 [diff] |
lightnvm: refactor set_bb_tbl for accepting ppa list The set_bb_tbl takes struct nvm_rq and only uses its ppa_list and nr_pages internally. Instead, make these two variables explicit. This allows a user to call it without initializing a struct nvm_rq first. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>