Krishna Kumar
c78bb8442b
RDMA/addr: Fix some cancellation problems in process_req()
...
Fix following problems in process_req() relating to cancellation:
- Function is wrongly doing another addr_remote() when cancelled,
which is not required.
- Make failure reporting immediate by using time_after_eq().
- On cancellation, -ETIMEDOUT was returned to the callback routine
instead of the more appropriate -ECANCELLED (users getting notified
may want to print/return this status, eg ucma_event_handler).
Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com >
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2006-11-29 15:33:09 -08:00
..
2006-10-05 15:10:12 +01:00
2006-11-23 09:18:55 -08:00
2006-06-27 09:23:59 -07:00
2006-11-28 03:51:55 -05:00
2006-10-24 16:16:39 -07:00
2006-11-25 13:28:33 -08:00
2006-11-16 14:30:26 -08:00
2006-10-30 12:08:40 -08:00
2006-10-10 16:15:33 -07:00
2006-11-25 13:28:34 -08:00
2006-10-21 13:35:05 -07:00
2006-07-31 13:28:36 -07:00
2006-11-21 14:07:15 -08:00
2006-09-21 11:46:22 +10:00
2006-03-25 08:22:53 -08:00
2006-10-10 15:37:21 -07:00
2006-11-03 12:27:57 -08:00
2006-10-11 11:14:25 -07:00
2006-10-25 15:12:45 -07:00
2006-11-16 11:43:38 -08:00
2006-10-18 13:03:09 -07:00
2006-11-23 09:27:49 -08:00
2006-11-25 13:28:34 -08:00
2006-10-30 15:24:38 -08:00
2006-11-29 15:33:09 -08:00
2006-11-17 10:32:04 +01:00
2006-11-20 09:42:05 -08:00
2006-10-17 08:18:46 -07:00
2006-11-15 19:57:12 -08:00
2006-10-11 11:14:25 -07:00
2006-11-08 18:29:24 -08:00
2006-11-26 11:02:43 -02:00
2006-10-30 12:08:40 -08:00
2006-10-05 15:10:12 +01:00
2006-11-06 01:46:23 -08:00
2006-11-09 07:23:54 +01:00
2006-11-28 17:26:50 -08:00
2006-11-29 13:45:07 -08:00
2006-06-30 19:25:36 +02:00
2006-09-27 08:26:18 -07:00
2006-10-06 20:47:23 -06:00
2006-11-16 11:43:37 -08:00
2006-11-14 09:09:27 -08:00
2006-11-25 13:28:33 -08:00
2006-10-18 11:36:11 -07:00
2006-10-03 22:31:37 +02:00
2006-11-25 13:28:33 -08:00
2006-10-27 12:39:33 +02:00
2006-10-27 01:03:31 -07:00
2006-11-16 11:48:01 -08:00
2006-11-10 21:35:36 +11:00
2006-10-17 08:18:42 -07:00
2006-11-03 12:27:58 -08:00
2006-10-08 02:38:28 +01:00
2006-11-08 18:29:23 -08:00
2006-11-25 13:28:34 -08:00
2006-11-16 22:18:28 -08:00
2006-11-16 14:30:26 -08:00
2006-06-30 19:25:36 +02:00
2006-10-17 08:18:42 -07:00
2006-08-10 07:31:37 -04:00