From: Sage Weil Date: Tue, 11 May 2010 16:53:18 +0000 (-0700) Subject: ceph: unregister osd request on failure X-Git-Tag: v2.6.34~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ceed5db321ac0f9782e77dda476ebe28a8e2199;p=pandora-kernel.git ceph: unregister osd request on failure The osd request wasn't being unregistered when the osd returned a failure code, even though the result was returned to the caller. This would cause it to eventually time out, and then crash the kernel when it tried to resend the request using a stale page vector. Signed-off-by: Sage Weil --- Reading git-diff-tree failed