[SCSI] remove REQ_SPECIAL in scsi_init_io()
authorTejun Heo <htejun@gmail.com>
Sun, 24 Apr 2005 07:04:53 +0000 (02:04 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 20 May 2005 17:53:27 +0000 (12:53 -0500)
commitbeb6617d994161a6b12c5f69afc6fb154f085447
tree82a1f0ed33648566bc7aeac3ecb2b458b4f48c0a
parent2e759cd4fa60c6df4cb117848274f444c2c0a12d
[SCSI] remove REQ_SPECIAL in scsi_init_io()

scsi_init_io() used to set REQ_SPECIAL when it fails sg
allocation before requeueing the request by returning
BLKPREP_DEFER.  REQ_SPECIAL is being updated to mean special
requests.  So, remove REQ_SPECIAL setting.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_lib.c