Call folder/get_contents for updated folders in device/get_changes

- it is not enough to rely on the parent information of updated files
   because that misses files and folders that were completely removed
   (even from trash)
This commit is contained in:
josch
2014-09-27 23:04:45 +02:00
parent 53981a2229
commit 690091721a
2 changed files with 89 additions and 16 deletions

View File

@@ -219,7 +219,7 @@ int main(int argc, char *argv[])
//folder_tree_housekeep(tree);
//folder_tree_debug(tree, NULL, 0);
folder_tree_debug(tree, NULL, 0);
return fuse_main(args.argc, args.argv, &mediafirefs_oper, NULL);
}