]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove obsolete comments 48427/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 10 Oct 2022 21:47:01 +0000 (17:47 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 10 Oct 2022 21:47:01 +0000 (17:47 -0400)
It's no longer necessary to put messages.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Beacon.cc
src/mds/MDSRank.h

index 107141efb04b88d3a5084c131c364841df2a31dd..35f0f79427d6ffe17e0035f33c036996974cd554 100644 (file)
@@ -128,8 +128,6 @@ bool Beacon::ms_dispatch2(const ref_t<Message>& m)
 
 /**
  * Update lagginess state based on response from remote MDSMonitor
- *
- * This function puts the passed message before returning
  */
 void Beacon::handle_mds_beacon(const cref_t<MMDSBeacon> &m)
 {
index 87f0181d5a839142aca7fda7e2ef8cf464dc7efc..fb2061eb548ab06168715920bc83fa121de35305 100644 (file)
@@ -643,9 +643,6 @@ private:
     boost::asio::io_context& ioc;
 };
 
-/* This expects to be given a reference which it is responsible for.
- * The finish function calls functions which
- * will put the Message exactly once.*/
 class C_MDS_RetryMessage : public MDSInternalContext {
 public:
   C_MDS_RetryMessage(MDSRank *mds, const cref_t<Message> &m)