Skip to content

Commit

Permalink
Merge pull request #10232 from weiqiaomiao/wqm-wip-rgw-cleanbl
Browse files Browse the repository at this point in the history
rgw:clean unuse bufferlist

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Aug 9, 2016
2 parents 67b86b8 + 0a6e848 commit aef59d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rgw/rgw_rados.cc
Expand Up @@ -5119,9 +5119,6 @@ int RGWRados::create_bucket(RGWUserInfo& owner, rgw_bucket& bucket,
&selected_placement_rule_name, &rule_info);
if (ret < 0)
return ret;
bufferlist bl;
uint32_t nop = 0;
::encode(nop, bl);

if (!pmaster_bucket) {
uint64_t iid = instance_id();
Expand Down

0 comments on commit aef59d5

Please sign in to comment.