summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/filesystem.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-06-24 03:08:21 +0000
committergVisor bot <gvisor-bot@google.com>2020-06-24 03:08:21 +0000
commitcab13958a54419262aba2a0cd7f1075ed02c8ee0 (patch)
tree5b030cf3bcb54d91812bad68fe518aa87acecf76 /pkg/sentry/vfs/filesystem.go
parent02d43f5e75026d5d7e419391712733b34757aa41 (diff)
parent399c52888db609296fd1341ed0daa994ad2d02b0 (diff)
Merge release-20200608.0-118-g399c52888 (automated)
Diffstat (limited to 'pkg/sentry/vfs/filesystem.go')
-rw-r--r--pkg/sentry/vfs/filesystem.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/vfs/filesystem.go b/pkg/sentry/vfs/filesystem.go
index 1edd584c9..6bb9ca180 100644
--- a/pkg/sentry/vfs/filesystem.go
+++ b/pkg/sentry/vfs/filesystem.go
@@ -524,8 +524,6 @@ type FilesystemImpl interface {
//
// Preconditions: vd.Mount().Filesystem().Impl() == this FilesystemImpl.
PrependPath(ctx context.Context, vfsroot, vd VirtualDentry, b *fspath.Builder) error
-
- // TODO(gvisor.dev/issue/1479): inotify_add_watch()
}
// PrependPathAtVFSRootError is returned by implementations of