alistair23-linux/drivers/s390
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>
2006-01-06 09:49:03 +01:00
..
block [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() 2006-01-06 09:49:03 +01:00
char [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() 2006-01-06 09:49:03 +01:00
cio [PATCH] driver kill hotplug word from sn and others fix 2006-01-04 16:18:08 -08:00
crypto [PATCH] remove CONFIG_KOBJECT_UEVENT option 2006-01-04 16:18:07 -08:00
net [PATCH] s390: remove redundant and useless code in qeth 2005-12-24 10:05:52 -05:00
scsi [SCSI] zfcp: fix return code of zfcp_scsi_slave_alloc 2005-12-01 15:59:49 -06:00
ebcdic.c
Kconfig
Makefile
s390mach.c [PATCH] s390: machine check handler bugs 2005-09-05 00:06:25 -07:00
s390mach.h [PATCH] s390: "extern inline" -> "static inline" 2005-11-09 07:55:52 -08:00
sysinfo.c