commit | 14718e3cd8e9c6937114cebbf3ce5d504328da8c | [log] [tgz] |
---|---|---|
author | Swen Schillig <swen@vnet.ibm.com> | Wed Nov 17 14:23:43 2010 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 09 09:41:21 2010 -0600 |
tree | d9ee10fc825730ce360f50caf53377ebe2872655 | |
parent | d3e1088d68735eb7da12f79a0c3c0d951cbc89f1 [diff] |
[SCSI] zfcp: Prevent usage w/o holding a reference The ERP got values assigned for which no reference was taken. This can lead to an unpredictable race condition. Fix this by only assigning the values which are required and for which a reference was pulled or is held implicitly. Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>