From 93361f3d59b6b3546bc2b28b4602e4854df337b3 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:13:34 -0600 Subject: [PATCH] mergerfs_api.cpp --- src/mergerfs_api.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index 0d880548..b07c56d2 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -35,6 +35,15 @@ _lgetxattr(const std::string &input_path_, return rv; } +static +int +_lsetxattr(const std::string &input_path_, + const std::string &key_, + const std::string &val_) +{ + +} + bool mergerfs::api::is_mergerfs(const fs::path &mountpoint_) {