make attr, entry, negative_entry cache timeouts runtime configurable

This commit is contained in:
Antonio SJ Musumeci
2019-02-23 01:03:20 -05:00
parent a64c7c97ad
commit 0918dfd117
12 changed files with 253 additions and 31 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ namespace l
args.argv = argv_;
args.allocated = 0;
options::parse(args,config);
options::parse(&args,&config);
l::setup_resources();
l::get_fuse_operations(ops,config.nullrw);