Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
3cbd4de6a2
  1. 14
      src/mergerfs_api.cpp

14
src/mergerfs_api.cpp

@ -20,20 +20,6 @@ _mergerfs_config_file(const fs::path &mount_)
return mount_ / ".mergerfs";
}
static
int
_lgetxattr(const std::string &input_path_,
const std::string &key_,
std::string *val_)
{
std::string key;
key = "user.mergerfs." + key_;
return fs::xattr::get(input_path_,key,val_);
}
bool
mergerfs::api::is_mergerfs(const fs::path &mountpoint_)
{

Loading…
Cancel
Save