Browse Source

fuse.cpp

tests
Antonio SJ Musumeci 5 days ago
parent
commit
c3bab267ac
  1. 3
      libfuse/lib/fuse.cpp

3
libfuse/lib/fuse.cpp

@ -2363,8 +2363,7 @@ fuse_lib_opendir(fuse_req_t *req_,
{ {
/* The opendir syscall was interrupted,so it /* The opendir syscall was interrupted,so it
must be cancelled */ must be cancelled */
f.ops.releasedir(&req_->ctx,
&ffi);
fuse_do_releasedir(&req_->ctx,hdr_->nodeid,&ffi);
mutex_destroy(&dh->lock); mutex_destroy(&dh->lock);
free(dh); free(dh);
} }

Loading…
Cancel
Save