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

rgw: fix the build failure #6927

Merged
2 commits merged into from Dec 15, 2015
Merged

rgw: fix the build failure #6927

2 commits merged into from Dec 15, 2015

Conversation

tchaikov
Copy link
Contributor

  • s/bucket_name_str/bucket_name/
  • the member variable name of req_state was changed to bucket_name
    in f7ca00a. but some commits was still using the old name before the
    commit got merged.
  • also fixes a typo

Signed-off-by: Kefu Chai kchai@redhat.com

@tchaikov tchaikov added the rgw label Dec 15, 2015
@tchaikov
Copy link
Contributor Author

@yehudasa i am not quite sure about the fix though.

* s/bucket_name_str/bucket_name/
* the member variable name of `req_state` was changed to `bucket_name`
  in f7ca00a. but some commits was still using the old name before the
  commit got merged.
* fixes for the tenant related change
* also fixes a typo

Signed-off-by: Kefu Chai <kchai@redhat.com>
to fix the compiler warning of

 rgw/rgw_formats.cc: In member function 'virtual void
 RGWFormatter_Plain::dump_format_va(const char*, const char*, bool, const
 char*, __va_list_tag*)':
 rgw/rgw_formats.cc:143:15: warning: unused variable 'format'
 [-Wunused-variable]
    const char *format;

Signed-off-by: Kefu Chai <kchai@redhat.com>
ghost pushed a commit that referenced this pull request Dec 15, 2015
rgw: fix the build failure

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 575d238 into ceph:master Dec 15, 2015
@tchaikov tchaikov deleted the wip-fix-ftbfs branch December 15, 2015 07:56
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants