Skip to content
Snippets Groups Projects
Commit 0ad5f116 authored by Avi Kivity's avatar Avi Kivity
Browse files

fs: piece-wise path lookup

real filesystems (and /proc, our immediate target) look up files incrementally
by each component.  Apply that to our filesystem infrastructure.

A new object is introduced, dir, representing a directory.  Lookup operations
are deferred to this object.
parent 94e5a1be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment