]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/Server.h
import ceph quincy 17.2.6
[ceph.git] / ceph / src / mds / Server.h
index 33054bd067eb7db02f04a77f2516b4a909636e6d..4217252ed7ba83b6b0aa062f06f44d90acdd9d75 100644 (file)
@@ -234,6 +234,9 @@ public:
 
   void handle_client_fsync(MDRequestRef& mdr);
 
+  bool is_unlink_pending(CDentry *dn);
+  void wait_for_pending_unlink(CDentry *dn, MDRequestRef& mdr);
+
   // open
   void handle_client_open(MDRequestRef& mdr);
   void handle_client_openc(MDRequestRef& mdr);  // O_CREAT variant.