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

mds/MDCache: kill a comipler warning #11254

Merged
merged 1 commit into from
Oct 4, 2016
Merged

Commits on Sep 29, 2016

  1. mds/MDCache: kill a comipler warning

    /home/jenkins-build/build/workspace/ceph-pull-requests/src/mds/MDCache.cc: In member function ‘void MDCache::request_cleanup(MDRequestRef&)’:
    /home/jenkins-build/build/workspace/ceph-pull-requests/src/mds/MDCache.cc:9090:8: warning: unused variable ‘was_replay’ [-Wunused-variable]
       bool was_replay = mdr->client_request && mdr->client_request->is_replay();
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    22cf74f View commit details
    Browse the repository at this point in the history