summaryrefslogtreecommitdiffstats
path: root/src/mds/Server.h
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2023-09-12 04:25:35 +0200
committerXiubo Li <xiubli@redhat.com>2023-09-12 05:10:18 +0200
commit8e240303f85c5faa27504899629a1b33669e5521 (patch)
tree2a51f0039500cd4ec59d67e2eb7cca0628de8f23 /src/mds/Server.h
parentRevert "mds: clear the STATE_UNLINKING state when the unlink fails" (diff)
downloadceph-8e240303f85c5faa27504899629a1b33669e5521.tar.xz
ceph-8e240303f85c5faa27504899629a1b33669e5521.zip
Revert "mds: wait unlink to finish to avoid conflict when creating same dentries"
This reverts commit d4b9431dfe23a97075766fa2a2b76d7554543b0c. Fixes: https://tracker.ceph.com/issues/61818 Signed-off-by: Xiubo Li <xiubli@redhat.com>
Diffstat (limited to 'src/mds/Server.h')
-rw-r--r--src/mds/Server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mds/Server.h b/src/mds/Server.h
index 6c69695ef91..61096a5b68a 100644
--- a/src/mds/Server.h
+++ b/src/mds/Server.h
@@ -236,9 +236,6 @@ 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.