posnk / posnk

An operating system project.
Other
53 stars 4 forks source link

VFS keeps unnecessary data cached #17

Open peterbjornx opened 9 years ago

peterbjornx commented 9 years ago

The current path resolution system maintains a list of all open directories and their trees back to the root, this is not necessary and should be replaced by a more memory efficient method of lookup