Re: [PATCH 1/2] lightnvm: use rrpc->nr_luns to calculate the rrpc area size

From: Matias BjÃrling
Date: Thu Mar 31 2016 - 09:25:37 EST


On 03/31/2016 12:26 PM, Wenwei Tao wrote:
This is okay with me.
By the way, why don't you like (sector_t)dev->sec_size *
dev->sec_per_lun * rrpc->nr_luns, the change seems smaller?

Both works. I wanted to fix the underlying issue (which was rrpc values wasn't initialized enough to be used). Back when luns could be of different sizes, it made sense. Now that we can have the values up front, it makes sense to use them. :)