You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tejun Heo
8ffdc6550c
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
...
add @uptodate argument to end_that_request_last() and @error
to rq_end_io_fn(). there's no generic way to pass error code
to request completion function, making generic error handling
of non-fs request difficult (rq->errors is driver-specific and
each driver uses it differently). this patch adds @uptodate
to end_that_request_last() and @error to rq_end_io_fn().
for fs requests, this doesn't really matter, so just using the
same uptodate argument used in the last call to
end_that_request_first() should suffice. imho, this can also
help the generic command-carrying request jens is working on.
Signed-off-by: tejun heo <htejun@gmail.com>
Signed-Off-By: Jens Axboe <axboe@suse.de>
19 years ago
..
acorn
…
acpi
[PATCH] driver core: replace "hotplug" by "uevent"
19 years ago
atm
…
base
[PATCH] pcmcia: merge suspend into device model
19 years ago
block
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
bluetooth
[PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs
19 years ago
cdrom
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
char
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
connector
…
cpufreq
…
crypto
…
dio
…
eisa
…
fc4
…
firmware
…
hwmon
…
i2c
…
ide
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
ieee1394
Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
19 years ago
infiniband
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
19 years ago
input
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
19 years ago
isdn
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
macintosh
[PATCH] driver core: replace "hotplug" by "uevent"
19 years ago
mca
…
md
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
19 years ago
media
[PATCH] USB: remove .owner field from struct usb_driver
19 years ago
message
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
mfd
…
misc
…
mmc
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
mtd
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
net
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
nubus
…
oprofile
…
parisc
…
parport
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
pci
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
19 years ago
pcmcia
[PATCH] pcmcia: cleanup cs.c, reduce size
19 years ago
pnp
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
19 years ago
rapidio
…
s390
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
sbus
…
scsi
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
19 years ago
serial
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
sh
…
sn
…
tc
…
telephony
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
usb
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
19 years ago
video
[ATYFB]: Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}
19 years ago
w1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
19 years ago
zorro
…
Kconfig
…
Makefile
…