diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-07 17:25:28 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-07 17:25:28 +0000 |
commit | 8abeaa343261744710cab08a39bcfeb38f6dae09 (patch) | |
tree | bcfde14ae3afd074dde46d36c1e5cbc72b113347 /runsc/boot | |
parent | f761a8049aa9eba2a22b4fe448008363ab0aeb9f (diff) | |
parent | 16da7e790f570d9743fb47e50c304e6a24834772 (diff) |
Merge release-20200422.0-45-g16da7e7 (automated)
Diffstat (limited to 'runsc/boot')
-rwxr-xr-x | runsc/boot/vfs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runsc/boot/vfs.go b/runsc/boot/vfs.go index d1397ed2c..b94211866 100755 --- a/runsc/boot/vfs.go +++ b/runsc/boot/vfs.go @@ -301,8 +301,8 @@ func (c *containerMounter) getMountNameAndOptionsVFS2(conf *Config, m specs.Moun } // p9MountOptions creates a slice of options for a p9 mount. -// TODO(gvisor.dev/issue/1200): Remove this version in favor of the one in -// fs.go when privateunixsocket lands. +// TODO(gvisor.dev/issue/1624): Remove this version once privateunixsocket is +// deleted, along with the rest of VFS1. func p9MountOptionsVFS2(fd int, fa FileAccessType) []string { opts := []string{ "trans=fd", |