Files
kernel_arpi/include/linux
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
..
2005-11-28 21:00:29 +00:00
2005-11-13 18:14:17 -08:00
2005-10-22 14:27:05 -04:00
2005-10-28 08:16:49 -07:00
2006-01-03 13:11:06 -08:00
2005-10-30 17:37:10 -08:00
2005-11-05 21:00:02 -05:00
2005-11-13 18:14:10 -08:00
2005-10-30 17:37:32 -08:00
2005-11-10 02:26:41 +01:00
2005-11-22 19:39:30 -08:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:32 -08:00
2005-12-15 02:20:15 +01:00
2005-11-08 17:14:08 +01:00
2005-11-08 09:40:47 -08:00
2005-11-07 14:18:56 +01:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:17 -08:00
2005-12-13 02:30:04 -05:00
2005-12-12 08:57:43 -08:00
2005-10-28 08:16:47 -07:00
2005-11-28 14:42:23 -08:00
2005-11-07 18:18:11 -08:00
2005-11-09 07:56:00 -08:00
2006-01-03 13:11:15 -08:00
2005-12-19 23:12:09 -05:00
2005-11-13 18:14:12 -08:00
2005-12-12 08:57:45 -08:00
2005-11-13 18:14:15 -08:00
2005-11-07 07:53:42 -08:00
2005-11-07 07:53:39 -08:00
2005-11-06 12:32:31 -06:00
2005-10-28 08:16:47 -07:00
2005-11-07 07:53:46 -08:00
2005-10-30 11:14:39 +11:00
2005-11-07 07:53:41 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 07:53:37 -08:00
2005-10-30 17:37:19 -08:00
2006-01-03 14:06:50 -08:00
2005-10-30 17:37:20 -08:00
2005-10-30 17:37:32 -08:00
2005-12-12 08:57:42 -08:00
2005-10-30 17:37:18 -08:00
2005-10-28 08:16:46 -07:00
2005-10-28 08:16:49 -07:00
2005-10-29 21:40:35 -07:00
2005-11-07 07:53:41 -08:00