per FUSE function policies. closes #52, #53

This commit is contained in:
Antonio SJ Musumeci
2015-02-19 09:09:24 -05:00
parent e0f0bb53f7
commit 12f393a55e
32 changed files with 569 additions and 122 deletions

View File

@ -71,7 +71,7 @@ namespace mergerfs
const ugid::SetResetGuard ugid(fc->uid,fc->gid);
const rwlock::ReadGuard readlock(&config.srcmountslock);
return _truncate(*config.search,
return _truncate(*config.truncate,
config.srcmounts,
fusepath,
size);