From 82ffad4feb8868ad2e59323d9b45e826c650fd92 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 10:59:44 -0600 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index e34417bc..e8477cb4 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -2508,8 +2508,7 @@ fuse_lib_releasedir(fuse_req_t *req_, dh = get_dirhandle(&llffi,&ffi); - f.ops.releasedir(&req_->ctx, - &ffi); + fuse_do_releasedir(&req_->ctx,hdr_->nodeid,&ffi); /* Done to keep race condition between last readdir reply and the unlock */ mutex_lock(&dh->lock);