From: Tejun Heo Date: Tue, 9 Oct 2007 05:58:33 +0000 (+0900) Subject: libata: wrap schedule_timeout_uninterruptible() in loop X-Git-Tag: v2.6.24-rc1~1391^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9073868376ed5fa1f247327ccb2e6f766d5b7eed;p=pandora-kernel.git libata: wrap schedule_timeout_uninterruptible() in loop Tasks in uninterruptible sleep might be woken up by unrelated events and should check whether the condition it was waiting for has actually triggered. Wrap schedule_timeout_uninterruptible() in loop to achieve it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed