Skip to content
Commit 54cd54e1 authored by Steffen Maier's avatar Steffen Maier Committed by Paul Gortmaker
Browse files

scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_remove



commit d27e5e07 upstream.

With this early return due to zfcp_unit child(ren), we don't use the
zfcp_port reference from the earlier zfcp_get_port_by_wwpn() anymore and
need to put it.

Signed-off-by: default avatarSteffen Maier <maier@linux.ibm.com>
Fixes: d99b601b ("[SCSI] zfcp: restore refcount check on port_remove")
Cc: <stable@vger.kernel.org> #3.7+
Reviewed-by: default avatarJens Remus <jremus@linux.ibm.com>
Reviewed-by: default avatarBenjamin Block <bblock@linux.ibm.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 9e3f9f6e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment