Skip to content

Commit

Permalink
Merge pull request #13124 from ukernel/wip-18675
Browse files Browse the repository at this point in the history
client: remove request from session->requests when handling forward

Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Jan 27, 2017
2 parents f44795a + 7d120bb commit 81e3a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/Client.cc
Expand Up @@ -2224,6 +2224,7 @@ void Client::handle_client_request_forward(MClientRequestForward *fwd)
<< dendl;

request->mds = -1;
request->item.remove_myself();
request->num_fwd = fwd->get_num_fwd();
request->resend_mds = fwd->get_dest_mds();
request->caller_cond->Signal();
Expand Down

0 comments on commit 81e3a9d

Please sign in to comment.