From: Christoph Hellwig Date: Tue, 14 Feb 2006 17:46:22 +0000 (+0100) Subject: [SCSI] qla2xxx: use kthread_ API X-Git-Tag: v2.6.17-rc1~1129^2~4^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a112403fd4c6cd2215b5a59ff079e42eb824a4;p=pandora-kernel.git [SCSI] qla2xxx: use kthread_ API Use the kthread_ API instead of opencoding lots of hairy code for kernel thread creation and teardown. Also switch from semaphore-based thread wakeup to wake_up_process. Signed-off-by: Christoph Hellwig Acked-By: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed