From: Patrick Donnelly Date: Mon, 10 Oct 2022 21:47:01 +0000 (-0400) Subject: mds: remove obsolete comments X-Git-Tag: v18.1.0~1017^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48427%2Fhead;p=ceph.git mds: remove obsolete comments It's no longer necessary to put messages. Signed-off-by: Patrick Donnelly --- diff --git a/src/mds/Beacon.cc b/src/mds/Beacon.cc index 107141efb04b..35f0f79427d6 100644 --- a/src/mds/Beacon.cc +++ b/src/mds/Beacon.cc @@ -128,8 +128,6 @@ bool Beacon::ms_dispatch2(const ref_t& 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 &m) { diff --git a/src/mds/MDSRank.h b/src/mds/MDSRank.h index 87f0181d5a83..fb2061eb548a 100644 --- a/src/mds/MDSRank.h +++ b/src/mds/MDSRank.h @@ -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 &m)