Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
c9b55b277a
  1. 9
      src/mergerfs_api.cpp

9
src/mergerfs_api.cpp

@ -36,15 +36,6 @@ _lgetxattr(const std::string &input_path_,
return rv;
}
static
int
_lsetxattr(const std::string &input_path_,
const std::string &key_,
const std::string &val_)
{
return fs::lsetxattr(input_path_,key_,val_.data(),val_.size(),0);
}
bool
mergerfs::api::is_mergerfs(const fs::path &mountpoint_)
{

Loading…
Cancel
Save