summaryrefslogtreecommitdiff
path: root/drivers/nvdimm/btt.c
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2017-08-29 18:28:18 -0700
committerDan Williams <dan.j.williams@intel.com>2017-08-29 18:28:18 -0700
commit02881768695da29772f6f9e0d857a8637c6b0e90 (patch)
tree4e8457f9a47764d13b0d1d17ae59dea07a1076fa /drivers/nvdimm/btt.c
parentf13d2b61e59cbdd813be7639eb85bfbf99593ac0 (diff)
downloadlwn-02881768695da29772f6f9e0d857a8637c6b0e90.tar.gz
lwn-02881768695da29772f6f9e0d857a8637c6b0e90.zip
libnvdimm, label: fix index block size calculation
The old calculation assumed that the label space was 128k and the label size is 128. With v1.2 labels where the label size is 256 this calculation will return zero. We are saved by the fact that the nsindex_size is always pre-initialized from a previous 128 byte assumption and we are lucky that the index sizes turn out the same. Fix this going forward in case we start encountering different geometries of label areas besides 128k. Since the label size can change from one call to the next, drop the caching of nsindex_size. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/nvdimm/btt.c')
0 files changed, 0 insertions, 0 deletions