kernel-ark/drivers
Tejun Heo a1bf9d1d92 [SCSI] make scsi_queue_insert() use blk_requeue_request()
scsi_queue_insert() used to use blk_insert_request() for requeueing
requests.  This depends on the unobvious behavior of
blk_insert_request() setting REQ_SPECIAL and REQ_SOFTBARRIER when
requeueing.  This patch makes scsi_queue_insert() use
blk_requeue_request().  As REQ_SPECIAL means special requests and
REQ_SOFTBARRIER is automatically handled by blk layer now, no flag
needs to be set.

Note that scsi_queue_insert() now calls scsi_run_queue() itself, and
the prototype of the function is added right above
scsi_queue_insert().  This is temporary, as later requeue path
consolidation patchset removes scsi_queue_insert().  By adding
temporary prototype, we can do away with unnecessarily moving
functions.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-05-20 12:53:30 -05:00
..
acorn
acpi
atm
base [PATCH] kobject/hotplug split - devices core 2005-04-18 21:57:36 -07:00
block [SCSI] remove requeue feature from blk_insert_request() 2005-05-20 12:53:28 -05:00
bluetooth
cdrom
char
cpufreq
crypto
dio
eisa
fc4
firmware
i2c [PATCH] I2C: Fix incorrect sysfs file permissions in it87 and via686a drivers 2005-04-18 21:16:59 -07:00
ide
ieee1394
infiniband
input
isdn [PATCH] fix for ISDN ippp filtering 2005-04-21 08:30:30 -07:00
macintosh
mca
md [PATCH] md: remove a number of misleading calls to MD_BUG 2005-04-16 15:26:42 -07:00
media
message [SCSI] mptfusion: correct Kconfig problem 2005-05-20 12:53:23 -05:00
misc
mmc
mtd
net [PATCH] usb suspend updates (interface suspend) 2005-04-18 17:39:22 -07:00
nubus
oprofile
parisc
parport
pci
pcmcia
pnp
s390 [SCSI] zfcp: fix compile error 2005-04-21 16:14:31 -04:00
sbus
scsi [SCSI] make scsi_queue_insert() use blk_requeue_request() 2005-05-20 12:53:30 -05:00
serial [PATCH] serial: fix comments in 8250.c 2005-04-16 15:26:39 -07:00
sh
sn
tc
telephony
usb Merge with kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ 2005-04-19 13:14:28 -07:00
video
w1 [PATCH] w1_smem: w1 ID is only 8 bytes long. 2005-04-18 21:16:57 -07:00
zorro
Kconfig
Makefile