commit | 0ba6478df7c6bef0f4b2625554545f941f89fb97 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Oct 08 16:57:16 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Fri Oct 09 11:58:07 2009 -0700 |
tree | 2b99864e80174ab56cb0d0b42669e45e2c9d86cd | |
parent | c1ea8823be69ebebaface912142190e910711984 [diff] |
ceph: revoke osd request message on request completion If an osd has failed or returned and a request has been sent twice, it's possible to get a reply and unregister the request while the request message is queued for delivery. Since the message references the caller's page vector, we need to revoke it before completing. Signed-off-by: Sage Weil <sage@newdream.net>