Browse Source

fuse.cpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
2151cbb5f6
  1. 2
      libfuse/lib/fuse.cpp

2
libfuse/lib/fuse.cpp

@ -1480,7 +1480,7 @@ fuse_lib_getattr(fuse_req_t *req_,
if(!err)
{
fprintf(stderr,"getattr: fh=%zu; fusepath=%s;\n",
fmt::print("getattr: fh={}; fusepath={};",
fh,fusepath);
err = ((fusepath != NULL) ?
f.ops.getattr(&req_->ctx,&fusepath[1],&buf,&timeout) :

Loading…
Cancel
Save