From: Tejun Heo Date: Sun, 24 Apr 2005 07:04:53 +0000 (-0500) Subject: [SCSI] remove REQ_SPECIAL in scsi_init_io() X-Git-Tag: v2.6.13-rc1~90^2~583^2~62^2^2~27^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb6617d994161a6b12c5f69afc6fb154f085447;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed