Thread (30 messages) 30 messages, 7 authors, 2021-09-23

Re: [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()

From: Heiko Carstens <hca@linux.ibm.com>
Date: 2021-09-06 14:36:31
Also in: ceph-devel, linux-mmc, linux-s390, lkml

On Mon, Sep 06, 2021 at 01:43:46PM +0200, Gerald Schaefer wrote:
On Fri, 3 Sep 2021 18:46:26 -0700
Luis Chamberlain [off-list ref] wrote:
quoted
quoted
quoted
+	rc = device_add_disk(&dev_info->dev, dev_info->gd, NULL);
+	if (rc)
+		goto put_dev;
This looks not correct to me. We seem to have now in case of an error:

- reference count imbalance (= memory leak)
- dax cleanup is missing
Care to provide an alternative?
See patch below:

From 7053b5f8c0a126c3ef450de3668d9963bd68ceaa Mon Sep 17 00:00:00 2001
From: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Date: Mon, 6 Sep 2021 13:18:53 +0200
Subject: [PATCH] s390/block/dcssblk: add error handling support for add_disk()

Signed-off-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
---
 drivers/s390/block/dcssblk.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
Thanks Gerald! FWIW:
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help