From: scameron@beardog.cca.cpqcorp.net Date: Mon, 8 Jun 2009 20:59:38 +0000 (-0500) Subject: cciss: Use schedule_timeout_uninterruptible in SCSI error handling code X-Git-Tag: v2.6.31-rc1~389^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40df6ae4277a67e97aa0a8bd8e293fdbb00e5623;p=pandora-kernel.git cciss: Use schedule_timeout_uninterruptible in SCSI error handling code Use schedule_timeout_uninterruptible instead of schedule_timeout in the scsi error handling code when waiting between TUR polls since we are not interested in nor want to be interrupted by signals. Signed-off-by: Stephen M. Cameron Signed-off-by: Jens Axboe --- Reading git-diff-tree failed