]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/operation/RenameRequest.h
update sources to v12.2.5
[ceph.git] / ceph / src / librbd / operation / RenameRequest.h
index b0aa5640971e5a78ea9b98e200cfaed65633d394..209bec3238fa73fa4cb200b11ff86d5716d68916 100644 (file)
@@ -57,6 +57,7 @@ public:
 protected:
   void send_op() override;
   bool should_complete(int r) override;
+  int filter_return_code(int r) const override;
 
   journal::Event create_event(uint64_t op_tid) const override {
     return journal::RenameEvent(op_tid, m_dest_name);
@@ -72,8 +73,6 @@ private:
 
   bufferlist m_header_bl;
 
-  int filter_state_return_code(int r);
-
   void send_read_source_header();
   void send_write_destination_header();
   void send_update_directory();