From 760f63d72c6ec6bf38f8def800e62350c1b0bb1c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 11:31:00 -0600 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 2f9f39f3..16702c19 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -1481,7 +1481,7 @@ fuse_lib_getattr(fuse_req_t *req_, if(!err) { fmt::println("getattr: fh={}; filepath={};", - fh); + fh,filepath); err = ((fusepath != NULL) ? f.ops.getattr(&req_->ctx,&fusepath[1],&buf,&timeout) : f.ops.fgetattr(&req_->ctx,fh,&buf,&timeout));