android_kernel_xiaomi_sdm845/drivers/s390/char
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
..
con3215.c [PATCH] kfree cleanup: drivers/s390 2005-11-07 07:54:03 -08:00
con3270.c [PATCH] s390: 3270 fullscreen view 2005-10-30 17:37:16 -08:00
ctrlchar.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ctrlchar.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
defkeymap.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
defkeymap.map Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fs3270.c [PATCH] s390: 3270 fullscreen view 2005-10-30 17:37:16 -08:00
keyboard.c [PATCH] kfree cleanup: drivers/s390 2005-11-07 07:54:03 -08:00
keyboard.h [PATCH] s390: "extern inline" -> "static inline" 2005-11-09 07:55:52 -08:00
Makefile [PATCH] s390: add vmcp interface 2005-06-25 16:24:37 -07:00
monreader.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
raw3270.c [PATCH] s390: fix class_device_create calls in 3270 the driver 2005-11-18 07:49:46 -08:00
raw3270.h [PATCH] s390: 3270 fullscreen view 2005-10-30 17:37:16 -08:00
sclp_con.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_cpi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_quiesce.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_rw.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_rw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_tty.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_tty.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp_vt220.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sclp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tape_34xx.c [PATCH] s390: debug feature changes 2005-06-25 16:24:37 -07:00
tape_block.c [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() 2006-01-06 09:49:03 +01:00
tape_char.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tape_class.c [PATCH] Driver Core: fix up all callers of class_device_create() 2005-10-28 09:52:52 -07:00
tape_class.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tape_core.c [PATCH] kfree cleanup: drivers/s390 2005-11-07 07:54:03 -08:00
tape_proc.c [PATCH] s390: debug feature changes 2005-06-25 16:24:37 -07:00
tape_std.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tape_std.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tape.h [PATCH] s390: channel tape fixes 2005-07-27 16:26:05 -07:00
tty3270.c [PATCH] s390: 3270 fullscreen view 2005-10-30 17:37:16 -08:00
vmcp.c [PATCH] s390: fix memory leak in vmcp 2005-11-07 07:53:34 -08:00
vmcp.h [PATCH] s390: add vmcp interface 2005-06-25 16:24:37 -07:00
vmlogrdr.c [PATCH] arguments out of order in class_device_create() call (s390) 2005-10-29 10:35:07 -07:00
vmwatchdog.c [PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handling 2005-07-27 16:25:54 -07:00