]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/ScatterLock.h
update sources to 12.2.10
[ceph.git] / ceph / src / mds / ScatterLock.h
index ab963986bbc2a891f6ef0e97eec47a217e5880d4..d7c7380b0f1164e59e33209aa85ebf5a861d5ce1 100644 (file)
@@ -148,12 +148,13 @@ public:
       }
     }
   }
+  void clear_flushed() override {
+    state_flags &= ~FLUSHED;
+  }
   void remove_dirty() {
     start_flush();
     finish_flush();
-  }
-  void clear_flushed() override {
-    state_flags &= ~FLUSHED;
+    clear_flushed();
   }
 
   void infer_state_from_strong_rejoin(int rstate, bool locktoo) {