commit | 6d5be9590b5e15124e3c8b319c8d7ce01abcf07d | [log] [tgz] |
---|---|---|
author | Javier González <jg@lightnvm.io> | Fri May 06 20:03:20 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 06 12:51:10 2016 -0600 |
tree | 7d3203bb0aa3a59de19f4cbb4de1c8b4502dd63c | |
parent | df414b33bb1eb3a0ae52ccd4ecfec9323a4f89dc [diff] |
lightnvm: rename nr_pages to nr_ppas on nvm_rq The number of ppas contained on a request is not necessarily the number of pages that it maps to neither on the target nor on the device side. In order to avoid confusion, rename nr_pages to nr_ppas since it is what the variable actually contains. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>