]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix the build failure
authorKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2015 04:28:13 +0000 (12:28 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2015 06:17:06 +0000 (14:17 +0800)
commita57784f75fc0355d9a39d00f5d97d677ed4961fe
tree55ed60fa2dfc9bd4c27bd3d20c64d35aa6ac87fa
parentf1c02a38dc7453dec6bec031f41e20626e732d4b
rgw: fix the build failure

* 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>
src/rgw/rgw_op.cc
src/rgw/rgw_rest_swift.cc