From 115e13b1686911f217e532c589df8c85685467b7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 16:32:22 -0600 Subject: [PATCH] debug.cpp --- libfuse/lib/debug.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libfuse/lib/debug.cpp b/libfuse/lib/debug.cpp index 9c6b5474..2754d1f5 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -1100,14 +1100,14 @@ opcode_name(enum fuse_opcode op_) { static const char *names[] = { - "INVALID", + "INVALID0", "LOOKUP", "FORGET", "GETATTR", "SETATTR", "READLINK", "SYMLINK", - "INVALID", + "INVALID1", "MKNOD", "MKDIR", "UNLINK", @@ -1119,6 +1119,7 @@ opcode_name(enum fuse_opcode op_) "WRITE", "STATFS", "RELEASE", + "INVALID3", "FSYNC", "SETXATTR", "GETXATTR",