]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: remove obsolete comment in _delete_some()
authorSage Weil <sage@redhat.com>
Wed, 7 Feb 2018 22:18:21 +0000 (16:18 -0600)
committerSage Weil <sage@redhat.com>
Mon, 12 Feb 2018 20:35:27 +0000 (14:35 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.cc

index d8e2804544ba49b2571eeacdc6f1f2e17a43f6b3..fe8e0e44121c1390afb009541f0355e480b625bf 100644 (file)
@@ -6232,10 +6232,6 @@ void PG::_delete_some()
 {
   dout(10) << __func__ << dendl;
 
-  // we do not need to flush here because (1) we only start deleting after
-  // the initial metadata changes are applied and committed, and (2) we do not
-  // process the next chunk until we have applied and committed our work.
-
   vector<ghobject_t> olist;
   ObjectStore::Transaction t;
   int max = std::min(osd->store->get_ideal_list_max(),