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-12-12 08:57:44 -08:00
2005-11-28 21:00:29 +00:00
2005-12-18 16:28:24 -08:00
2006-01-05 12:20:02 -08:00
2005-11-20 21:11:31 -08:00
2006-01-05 12:21:34 -08:00
2005-11-29 16:16:41 -08:00
2005-12-14 19:03:35 -08:00
2006-01-03 13:11:06 -08:00
2006-01-06 09:49:03 +01:00
2005-12-16 10:52:46 -08:00
2005-12-12 08:57:42 -08:00
2006-01-03 11:45:28 -08:00
2005-11-28 14:42:23 -08:00
2005-12-06 19:35:11 -08:00
2006-01-03 13:11:21 -08:00
2006-01-04 16:18:08 -08:00
2006-01-03 15:25:45 -08:00
2005-12-12 22:31:17 -08:00
2006-01-04 16:18:08 -08:00
2006-01-03 11:45:42 -08:00
2005-11-22 19:39:30 -08:00
2005-11-19 22:17:55 +01:00
2005-12-12 08:57:45 -08:00
2005-12-15 02:20:15 +01:00
2006-01-03 13:11:23 -08:00
2005-12-12 08:57:43 -08:00
2006-01-04 16:18:09 -08:00
2006-01-03 13:11:21 -08:00
2005-12-21 22:56:42 +09:00
2006-01-03 13:11:21 -08:00
2005-12-21 14:45:25 -08:00
2005-11-22 21:58:37 -08:00
2006-01-04 16:18:08 -08:00
2005-12-12 08:57:45 -08:00
2005-12-13 02:30:04 -05:00
2005-12-12 08:57:43 -08:00
2005-11-28 14:42:23 -08:00
2005-12-16 10:21:23 -08:00
2005-11-22 19:39:30 -08:00
2005-12-24 15:37:00 -08:00
2006-01-03 13:11:15 -08:00
2005-12-01 02:20:20 -05:00
2005-12-19 23:12:09 -05:00
2005-11-22 09:13:42 -08:00
2005-12-12 08:57:45 -08:00
2006-01-04 16:38:36 -08:00
2006-01-03 13:10:24 -08:00
2006-01-03 13:11:05 -08:00
2006-01-04 16:18:09 -08:00
2006-01-03 12:31:30 +01:00
2005-12-22 09:17:39 -08:00
2006-01-03 13:10:56 -08:00
2005-12-12 08:57:42 -08:00
2005-12-20 17:33:22 -08:00
2005-11-28 14:42:25 -08:00
2005-12-19 13:54:44 -08:00
2005-11-28 14:42:23 -08:00
2006-01-03 13:10:24 -08:00
2005-11-28 18:09:44 +00:00
2006-01-03 14:06:50 -08:00
2005-11-23 08:44:05 -08:00
2006-01-03 13:11:14 -08:00
2005-12-26 00:33:41 +01:00
2005-11-28 14:42:25 -08:00
2006-01-04 18:44:12 -08:00
2006-01-03 13:10:58 -08:00
2005-12-12 08:57:42 -08:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:19:13 +01:00
2006-01-03 13:11:21 -08:00
2005-11-20 00:51:33 -05:00
2006-01-04 13:51:42 -08:00
2006-01-04 18:44:12 -08:00
2006-01-03 11:45:42 -08:00
2006-01-03 13:10:24 -08:00