From: Sage Weil Date: Fri, 28 May 2010 23:43:16 +0000 (-0700) Subject: ceph: clean up on forwarded aborted mds request X-Git-Tag: v2.6.35-rc1~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8e5e3637e2fc058798f5d3626f525729ffaaaf;p=pandora-kernel.git ceph: clean up on forwarded aborted mds request If an mds request is aborted (timeout, SIGKILL), it is left registered to keep our state in sync with the mds. If we get a forward notification, though, we know the request didn't succeed and we can unregister it safely. We were trying to resend it, but then bailing out (and not unregistering) in __do_request. Signed-off-by: Sage Weil --- Reading git-diff-tree failed