]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd_types: fix type of ChangeTracker::clean() 10405/head
authorSamuel Just <sjust@redhat.com>
Wed, 20 Jul 2016 02:32:10 +0000 (19:32 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 22 Jul 2016 21:31:09 +0000 (14:31 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/osd_types.h

index 7d755f7b3863071824d617ad3238f1117b05cd49..795ae7d854d77dbcfffa1a32b56bded7841b643d 100644 (file)
@@ -2800,7 +2800,7 @@ public:
   template <typename F>
   void get_changed(F &&f) const {}
   void flush() {}
-  void clean() {
+  bool is_clean() const {
     return true;
   }
 };