Skip to content

Commit

Permalink
Merge pull request ceph#48427 from batrick/obsolete-comments
Browse files Browse the repository at this point in the history
mds: remove obsolete comments

Reviewed-by: Venky Shankar <[email protected]>
Reviewed-by: Kotresh HR <[email protected]>
Reviewed-by: Dhairya Parmar <[email protected]>
  • Loading branch information
vshankar authored Oct 12, 2022
2 parents 189861f + 8f846bc commit c26e39e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/mds/Beacon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
3 changes: 0 additions & 3 deletions src/mds/MDSRank.h
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,6 @@ class MDSRank {
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)
Expand Down

0 comments on commit c26e39e

Please sign in to comment.