From c67d03ee33ba3d5b89c34db54f33108e9030a1d0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 15 Mar 2026 23:51:56 -0500 Subject: [PATCH] Auto-commit fs_inode.cpp --- src/fs_inode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs_inode.cpp b/src/fs_inode.cpp index 4e84411c..f4562dd1 100644 --- a/src/fs_inode.cpp +++ b/src/fs_inode.cpp @@ -125,8 +125,8 @@ static u64 _hybrid_hash(const std::string &branch_path_, const std::string &fusepath_, - const mode_t mode_, - const ino_t ino_) + const mode_t mode_, + const ino_t ino_) { return (S_ISDIR(mode_) ? ::_path_hash(branch_path_,fusepath_,mode_,ino_) :