[PATCH] drivers/scsi: fix-up schedule_timeout() usage
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 7 Nov 2005 09:01:20 +0000 (01:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:59 +0000 (07:53 -0800)
commita9a3047dd8ae43ff24caae5ec733a93df129568e
treec69433a7a4a5f43ecb440e173284026b0d42d9fe
parent6521018d4bf9522b4de47254ea15e8c1be1ec00f
[PATCH] drivers/scsi: fix-up schedule_timeout() usage

Use schedule_timeout_uninterruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/NCR5380.c
drivers/scsi/aacraid/rkt.c
drivers/scsi/aacraid/rx.c
drivers/scsi/aacraid/sa.c
drivers/scsi/dpt_i2o.c
drivers/scsi/lpfc/lpfc_scsi.c
drivers/scsi/osst.c