Merge pull request #2855 from ridwanmsharif:ridwanmsharif/fuse-doc-edit

PiperOrigin-RevId: 314449030
This commit is contained in:
gVisor bot 2020-06-02 19:08:49 -07:00
commit c615faaee4
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ ops can be implemented in parallel.
#### Minimal client that can mount a trivial FUSE filesystem.
- Implement `/dev/fuse`.
- Implement `/dev/fuse` - a character device used to establish an FD for
communication between the sentry and the server daemon.
- Implement basic FUSE ops like `FUSE_INIT`, `FUSE_DESTROY`.