Merge pull request #17367 from amitkumar50/cov-rgw-5

rgw: unreachable return in RGWRados::trim_bi_log_entries

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Sage Weil 2017-12-29 13:35:18 -06:00 committed by GitHub
commit cc4aebf295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12513,8 +12513,6 @@ int RGWRados::trim_bi_log_entries(RGWBucketInfo& bucket_info, int shard_id, stri
return CLSRGWIssueBILogTrim(index_ctx, start_marker_mgr, end_marker_mgr, bucket_objs,
cct->_conf->rgw_bucket_index_max_aio)();
return r;
}
int RGWRados::resync_bi_log_entries(RGWBucketInfo& bucket_info, int shard_id)