On Tue, Sep 17, 2019 at 8:28 AM Aneesh Kumar K.V
<aneesh.kumar(a)linux.ibm.com> wrote:
nd_label->dpa issue was observed when trying to enable the namespace created
with little-endian kernel on a big-endian kernel. That made me run
`sparse` on the rest of the code and other changes are the result of that.
Fixes: d9b83c756953 ("libnvdimm, btt: rework error clearing")
Fixes: 9dedc73a4658 ("libnvdimm/btt: Fix LBA masking during 'free list'
population")
Reviewed-by: Vishal Verma <vishal.l.verma(a)intel.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.ibm.com>
---
Changes from v5:
* update commit subject
Thanks I have this one queued was just waiting to finalize my tree
with the answer to the question about the crash fix.