Browse Source

func_mknod_ff.cpp

bespoke-policies
Antonio SJ Musumeci 2 weeks ago
parent
commit
89bbd38ef2
  1. 3
      src/func_mknod_ff.cpp

3
src/func_mknod_ff.cpp

@ -25,6 +25,7 @@ Func2::MknodFF::operator()(const ugid_t &ugid_,
const dev_t dev_) const dev_t dev_)
{ {
int rv; int rv;
fs::info_t info;
fs::path fusedirpath; fs::path fusedirpath;
fusedirpath = fusepath_.parent_path(); fusedirpath = fusepath_.parent_path();
@ -35,7 +36,7 @@ Func2::MknodFF::operator()(const ugid_t &ugid_,
if(branch.ro_or_nc()) if(branch.ro_or_nc())
continue; continue;
fs::info_t info;
rv = fs::info(branch.path, &info); rv = fs::info(branch.path, &info);
if(rv < 0) if(rv < 0)
continue; continue;

Loading…
Cancel
Save