altid / 9p-server

Deprecated - please use 9pd
MIT License
2 stars 0 forks source link

Recursively walk even when we find a good buffer #13

Closed halfwit closed 5 years ago

halfwit commented 5 years ago

For something with possibly nested buffers, we need walk to recurse through all buffers in our *mtpt In an example, we could have httpfs with clients connected at github.com, github.com/ubqt-systems, and github.com/ubqt-systems/9p-server; we want to be able to list all of them as buffers (httpfs will be designed so that only pages that clients are currently visiting are available under $mtpt/http/, to keep buffer managament sane)

halfwit commented 5 years ago

Re-considering how buffers would work intuitively led to this issue no longer being applicable.

halfwit commented 5 years ago

Re-considering how buffers would work intuitively led to this issue no longer being applicable.