diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2009-08-18 13:43:25 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-05 13:49:37 (GMT) |
commit | 347c6a965dc110c91a77f65181fc011ee257a4a6 (patch) | |
tree | 9f25d7da6b49f9d23029edc0221fe4f27fe61745 /drivers/w1 | |
parent | ea945ff84c2ce1089edb7914ffdd998c24c25903 (diff) | |
download | linux-fsl-qoriq-347c6a965dc110c91a77f65181fc011ee257a4a6.tar.xz |
[SCSI] zfcp: Use kthread API for zfcp erp thread
Switch the creation of the zfcp erp thread from the deprecated
kernel_thread API to the kthread API. This allows also the removal of
some flags in zfcp since the kthread API handles thread creation and
shutdown internally. To allow the usage of the kthread_stop function,
replace the erp ready semaphore with a waitqueue for waiting until erp
actions arrive on the ready queue.
Reviewed-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>
Diffstat (limited to 'drivers/w1')
0 files changed, 0 insertions, 0 deletions