From: Christoph Hellwig Date: Mon, 6 Feb 2006 14:40:45 +0000 (+0100) Subject: [SCSI] aic7xxx: semaphore to completion conversion X-Git-Tag: v2.6.17-rc1~1129^2~4^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cac814501677e9f6a824cf4d423122ac8d67fcb;p=pandora-kernel.git [SCSI] aic7xxx: semaphore to completion conversion On Tue, Jan 31, 2006 at 06:20:18PM +0100, Christoph Hellwig wrote: > switch eh_sem to a completion. due to wait_for_completion_timeout this > also nicely simplifies the code. Unfortunately it's untested, so if > someone with the hardware could give it a try that would be nice. Once > it works the same thing can be applied to aic79xx. New version that switches to the common onstack completion and just a pointer in the platform_data struct idiom. This gets rid of all the flags fiddling. Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed