diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-13 08:16:42 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-13 08:16:42 +0000 |
commit | e03503a84d2f4d3eba55b93d61f0c730e1a24842 (patch) | |
tree | df5df29885ba3a06fb9c9e5a30db354af8c0c085 /pkg/sentry/fsimpl/sockfs | |
parent | 8959c30e99cd49d9f512ebeea65e7d45a776c242 (diff) | |
parent | 577c82f22c6c175240fa52fee560f39aaa7db3a7 (diff) |
Merge release-20200928.0-99-g577c82f22 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/sockfs')
-rw-r--r-- | pkg/sentry/fsimpl/sockfs/sockfs.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/sentry/fsimpl/sockfs/sockfs.go b/pkg/sentry/fsimpl/sockfs/sockfs.go index 9eef16cc6..cf91ea36c 100644 --- a/pkg/sentry/fsimpl/sockfs/sockfs.go +++ b/pkg/sentry/fsimpl/sockfs/sockfs.go @@ -46,6 +46,9 @@ func (filesystemType) Name() string { return "sockfs" } +// Release implements vfs.FilesystemType.Release. +func (filesystemType) Release(ctx context.Context) {} + // +stateify savable type filesystem struct { kernfs.Filesystem |