commit | 058b8647892ed49ba6a0d2c0966a72e20e2e69ff | [log] [tgz] |
---|---|---|
author | Swen Schillig <swen@vnet.ibm.com> | Tue Aug 18 15:43:14 2009 +0200 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Sep 05 08:49:18 2009 -0500 |
tree | ba8baad2244bbacc5974207fb2274fb6c355d385 | |
parent | bd63eaf4b8d783e6033930e377e516169abcadc4 [diff] |
[SCSI] zfcp: Replace fsf_req wait_queue with completion The combination wait_queue/wakeup in conjunction with the flag ZFCP_STATUS_FSFREQ_COMPLETED to signal the completion of an fsfreq was not race-safe and can be better solved by a completion. 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>