]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
libnvdimm: fix clear length of nvdimm_forget_poison()
authorToshi Kani <toshi.kani@hpe.com>
Thu, 27 Apr 2017 22:57:05 +0000 (16:57 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:46:18 +0000 (15:46 +0200)
commit3ef206af544316fc4674f461c4caa287221a8875
tree5a80761e1dc129899fcdc16675383185c7840283
parent7868d9ff2ef1dfdf1c256d12d947685fa7a5090e
libnvdimm: fix clear length of nvdimm_forget_poison()

commit 8d13c0290655b883df9083a2a0af0d782bc38aef upstream.

ND_CMD_CLEAR_ERROR command returns 'clear_err.cleared', the length
of error actually cleared, which may be smaller than its requested
'len'.

Change nvdimm_clear_poison() to call nvdimm_forget_poison() with
'clear_err.cleared' when this value is valid.

Fixes: e046114af5fc ("libnvdimm: clear the internal poison_list when clearing badblocks")
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvdimm/bus.c