]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: Replace old question comment with explanation comment
authorGreg Farnum <gregf@hq.newdream.net>
Mon, 12 Oct 2009 16:15:45 +0000 (09:15 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 12 Oct 2009 16:15:45 +0000 (09:15 -0700)
src/mon/MonmapMonitor.cc

index 35dead7c2258cf6ff910ad7644bc3d2f6a5a4e10..a490220ce8c5b44654694358cb4ebc00b6a96e1a 100644 (file)
@@ -34,7 +34,8 @@ static ostream& _prefix(Monitor *mon) {
 
 void MonmapMonitor::create_initial(bufferlist& bl)
 {
-  //what is this function supposed to do?
+  /* Since the MonMap belongs to the Monitor and is initialized
+  by it, we don't need to do anything here. */
 }
 
 bool MonmapMonitor::update_from_paxos()