From: Sage Weil Date: Thu, 8 Oct 2009 23:57:16 +0000 (-0700) Subject: ceph: revoke osd request message on request completion X-Git-Tag: v2.6.34-rc2~9^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba6478df7c6bef0f4b2625554545f941f89fb97;p=pandora-kernel.git 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 --- Reading git-diff-tree failed