diff options
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r-- | pkg/sentry/fs/g3doc/fuse.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pkg/sentry/fs/g3doc/fuse.md b/pkg/sentry/fs/g3doc/fuse.md index b102c9b34..eccb1fb2f 100644 --- a/pkg/sentry/fs/g3doc/fuse.md +++ b/pkg/sentry/fs/g3doc/fuse.md @@ -119,8 +119,8 @@ ops can be implemented in parallel. `connection.initializedChan` -- a channel that the requests issued before connection initialization - blocks on. +- a channel that the requests issued before connection initialization blocks + on. `fd.queue` @@ -128,9 +128,8 @@ ops can be implemented in parallel. `fd.completions` -- a map of the requests that have been prepared but - not yet received a response, including the ones on the - `fd.queue`. +- a map of the requests that have been prepared but not yet received a + response, including the ones on the `fd.queue`. `fd.waitQueue` |