From 80af15178892c3e88ab1bcbaa38671157dd03cff Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 11:21:15 -0600 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 7da3b148..ac56c320 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -1480,6 +1480,8 @@ fuse_lib_getattr(fuse_req_t *req_, if(!err) { + fmt::println("getattr: fh={};", + fh); err = ((fusepath != NULL) ? f.ops.getattr(&req_->ctx,&fusepath[1],&buf,&timeout) : f.ops.fgetattr(&req_->ctx,fh,&buf,&timeout));