diff options
author | Craig Chi <craigchi@google.com> | 2020-09-09 16:30:25 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-11 13:35:25 -0700 |
commit | b8bee78d0c99a0c9423061b3dda10b9ef8c9719d (patch) | |
tree | aa7d47f5b1bf468cfc2706ba3991a49400a48231 /pkg/sentry/fsimpl/fuse/connection.go | |
parent | 36bbf9e9668d1982afffbe069ab3b26a3822a1e7 (diff) |
Unexport fusefs.inode.nodeID
Diffstat (limited to 'pkg/sentry/fsimpl/fuse/connection.go')
-rw-r--r-- | pkg/sentry/fsimpl/fuse/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/fuse/connection.go b/pkg/sentry/fsimpl/fuse/connection.go index 6009cdf97..a7402c149 100644 --- a/pkg/sentry/fsimpl/fuse/connection.go +++ b/pkg/sentry/fsimpl/fuse/connection.go @@ -46,7 +46,7 @@ const ( type connection struct { fd *DeviceFD - // mu protect access to struct memebers. + // mu protects access to struct memebers. mu sync.Mutex // attributeVersion is the version of connection's attributes. |