Skip to content

Commit

Permalink
fs: update README.md
Browse files Browse the repository at this point in the history
Change-Id: I495e4a42d3eeccb15bf3fe0dcf47a5def978bdec
  • Loading branch information
hanwen committed Sep 27, 2024
1 parent ccc5631 commit 2e2dde7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,10 @@ Decisions
invalidated, and the notification doesn't have to happen under
lock.

* Directory reading uses the DirStream. Semantics for rewinding
directory reads, and adding files after opening (but before
reading) are handled automatically. No support for directory
seeks.

* Directory reading uses the FileHandles as well, the API for read
is one DirEntry at a time. FileHandles may implement seeking, and we
call the Seek if we see Offsets change in the incoming request.

* Method names are based on syscall names. Where there is no
syscall (eg. "open directory"), we bias towards writing
everything together (Opendir)

To do/To decide
=========

* Symlink []byte vs string.

0 comments on commit 2e2dde7

Please sign in to comment.