kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

VFS capability to import file tree on-the-go #626

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently on the mount the whole file tree is imported into VFS.
This is obviously wrong, because filesystem can be large and this approach 
unnecessarily resource consuming.
It is necessary for VFS to be able to import only necessary parts of the file 
tree.

Original issue reported on code.google.com by fsul...@gmail.com on 30 Jul 2013 at 9:49