Skip to content
Commit 2a8e5e36 authored by Sage Weil's avatar Sage Weil
Browse files

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: default avatarSage Weil <sage@newdream.net>
parent 79494d1b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment