Re: [PATCH v2 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-03 16:06:40
Also in:
linux-block, linux-scsi, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-03 16:06:40
Also in:
linux-block, linux-scsi, lkml
On Wed, Nov 03, 2021 at 05:21:50AM -0700, Luis Chamberlain wrote:
Prior to devm being able to use pmem_release_disk() there are other
failure which can occur for which we must account for and release the
disk for. Address those few cases.
Fixes: 3dd60fb9d95d ("nvdimm/pmem: stop using q_usage_count as external pgmap refcount")
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>