Axel Dörfler
Axel Dörfler
I think the problem is likely to be the block cache, not the file cache. Inodes are read in BFS through the block cache. And this is what contains the...
We already have an entry cache IIRC. However, preloading isn't really easily possible with BFS, as its too flexible in positioning the inodes. They can literally be anywhere, so it's...
Oh, we do that already. It's just always a tradeoff due to trying to keep short data inodes close. Since we don't have a unified cache, we would actually waste...
Indeed, that should work.
Are you, by any chance, have an idea why USER_SETTINGS_FILES would not work? When I left it in, the created .PackageInfo could not be parsed, and it would put quotes...
I actually tried that, but with the input string of "settings/pinc.rename\ settings", it just put the '\' in the final string like this: {"settings/pinc-rename\" settings}
Great, thanks, I will try that!
I've updated the code base to compile with GCC 2 again, and fixed the remaining issues in the recipe, too. At least I hope so :-) It should be ready...
Thanks for testing! I'll fix the x86-64 issue, I haven't tried building there. I had actually forgotten to push the change of removing the '-R'; I was just trying if...
I've renamed the executable to 'batchrename', too, and fixed the compiling issue on x86-64. However, I haven't got the time to really test those changes, and I haven't tried building...