From c3bab267ac1329c4fa4358239e7e90ac9ac03616 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 10:43:26 -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 9ac719c7..1c95769d 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -2363,8 +2363,7 @@ fuse_lib_opendir(fuse_req_t *req_, { /* The opendir syscall was interrupted,so it must be cancelled */ - f.ops.releasedir(&req_->ctx, - &ffi); + fuse_do_releasedir(&req_->ctx,hdr_->nodeid,&ffi); mutex_destroy(&dh->lock); free(dh); }