@ -47,6 +47,8 @@ Func2::MknodFF::operator()(const ugid_t &ugid_,
fullpath = branch.path / fusepath_;
rv = fs::mknod_as(ugid_,fullpath,mode_,dev_);
if(rv == 0)
return 0;
}