Commit 6a644588 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

nodefs: document directory reading

parent 09e0ba87
...@@ -40,13 +40,15 @@ Decisions ...@@ -40,13 +40,15 @@ Decisions
invalidated, and the notification doesn't have to happen under invalidated, and the notification doesn't have to happen under
lock. lock.
* Directory reading uses the DirStream. Semantics for rewinding
directory reads, and adding files after opening (but before
reading) are handled automatically.
To decide To decide
========= =========
* Should we provide automatic fileID numbering? * Should we provide automatic fileID numbering?
* Should OpenDir/ReadDir read the entire directory in one go?
* One giant interface with many methods, or many one-method interfaces? * One giant interface with many methods, or many one-method interfaces?
* one SetAttr method, or many (Chown, Truncate, etc.) * one SetAttr method, or many (Chown, Truncate, etc.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment