From: Casey Bodley Date: Thu, 27 Apr 2017 14:31:25 +0000 (-0400) Subject: rgw: add TODOs to split trim logic into separate source files X-Git-Tag: v12.0.3~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec0a655a80b20e9c76cf0d65cfea3fde66ce0a10;p=ceph.git rgw: add TODOs to split trim logic into separate source files Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 7d338903d393..466c918f8a8b 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -2891,6 +2891,7 @@ string RGWBucketSyncStatusManager::status_oid(const string& source_zone, } +// TODO: move into rgw_data_sync_trim.cc #undef dout_prefix #define dout_prefix (*_dout << "data trim: ") diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index 77b628e54d82..0af3b87b6e7a 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -2313,6 +2313,7 @@ int RGWCloneMetaLogCoroutine::state_store_mdlog_entries_complete() } +// TODO: move into rgw_sync_trim.cc #undef dout_prefix #define dout_prefix (*_dout << "meta trim: ")