commit | beb6617d994161a6b12c5f69afc6fb154f085447 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Apr 24 02:04:53 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri May 20 12:53:27 2005 -0500 |
tree | 82a1f0ed33648566bc7aeac3ecb2b458b4f48c0a | |
parent | 2e759cd4fa60c6df4cb117848274f444c2c0a12d [diff] |
[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>