Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: remove request from session->requests when handling forward #13124

Merged
merged 1 commit into from Jan 27, 2017

Conversation

ukernel
Copy link
Contributor

@ukernel ukernel commented Jan 26, 2017

Client::handle_client_request_forward() reset request->mds to -1,
it should also remove request from session->requests. Otherwise
Client::kick_requests_closed() get confused.

Fixes: http://tracker.ceph.com/issues/18675
Signed-off-by: "Yan, Zheng" zyan@redhat.com

Client::handle_client_request_forward() reset request->mds to -1,
it should also remove request from session->requests. Otherwise
Client::kick_requests_closed() get confused.

Fixes: http://tracker.ceph.com/issues/18675
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
@ukernel ukernel added bug-fix cephfs Ceph File System labels Jan 26, 2017
@jcsp jcsp merged commit 81e3a9d into ceph:master Jan 27, 2017
@ukernel ukernel deleted the wip-18675 branch February 27, 2017 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants