In this pending patch:
http://patchwork.open-fcoe.org/patch/104/

Tomas Henzl noted that the error path when fcoe_fcf_device_add fails, was
missing a mutex_unlock call.

Not sure what staet the integration of the above patch is in, but if you could
either merge this with it, or apply it on top of what you already have, that
would be great.  Thanks!

Signed-off-by: Neil Horman <[email protected]>
CC: [email protected]
Reported-by: [email protected]
CC: Robert Love <[email protected]>
---
 drivers/scsi/fcoe/fcoe_ctlr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c
index 0cefbad..ce86585 100644
--- a/drivers/scsi/fcoe/fcoe_ctlr.c
+++ b/drivers/scsi/fcoe/fcoe_ctlr.c
@@ -204,6 +204,7 @@ static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new)
                fcf_dev = fcoe_fcf_device_add(ctlr_dev, temp);
                if (unlikely(!fcf_dev)) {
                        rc = -ENOMEM;
+                       mutex_unlock(&ctlr_dev->lock);
                        goto out;
                }
  
-- 
1.8.3.1

_______________________________________________
fcoe-devel mailing list
[email protected]
http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel

Reply via email to