]> bbs.cooldavid.org Git - net-next-2.6.git/commit
cciss: Use schedule_timeout_uninterruptible in SCSI error handling code
authorscameron@beardog.cca.cpqcorp.net <scameron@beardog.cca.cpqcorp.net>
Mon, 8 Jun 2009 20:59:38 +0000 (15:59 -0500)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 03:47:42 +0000 (05:47 +0200)
commit40df6ae4277a67e97aa0a8bd8e293fdbb00e5623
treeb01607c1893c23138c85cd80d5f7144e4ffe471d
parentdbb66c4be020b01dc2f3d7c609ddb0e09d2c0af7
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 <scameron@beardog.cca.cpqcorp.net>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/cciss_scsi.c