commit | 4891d120b9cd419f4350b11e1231083745dcdc8b | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Fri May 06 20:02:57 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 06 12:51:10 2016 -0600 |
tree | c5da30d99e92644a30cdf2d620dc56cbace69add | |
parent | 1145e6351a9fefe0965df4c6dba2a04156dc47d2 [diff] |
lightnvm: add fpg_size and pfpg_size to struct nvm_dev The flash page size (fpg) and size across planes (pfpg) are convenient to know when allocating buffer sizes. This has previously been a calculated in various places. Replace with the pre-calculated values. Reviewed by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>