summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-03 00:09:39 +0000
committergVisor bot <gvisor-bot@google.com>2020-04-03 00:09:39 +0000
commitde9a4ab98af79f60294c246941599901763b83e1 (patch)
treead470aca2e7a6c65a4bc6bc3d9ab980a4a015d71 /pkg/sentry/fs
parent45793378cd0b1bb801fd515e96e96fb49a2846b4 (diff)
parent5b2396d244ed6283d928a72bdd4cc58d78ef3175 (diff)
Merge release-20200323.0-60-g5b2396d (automated)
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/proc/mounts.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/fs/proc/mounts.go b/pkg/sentry/fs/proc/mounts.go
index 94deb553b..1fc9c703c 100644
--- a/pkg/sentry/fs/proc/mounts.go
+++ b/pkg/sentry/fs/proc/mounts.go
@@ -170,7 +170,8 @@ func superBlockOpts(mountPath string, msrc *fs.MountSource) string {
// NOTE(b/147673608): If the mount is a cgroup, we also need to include
// the cgroup name in the options. For now we just read that from the
// path.
- // TODO(gvisor.dev/issues/190): Once gVisor has full cgroup support, we
+ //
+ // TODO(gvisor.dev/issue/190): Once gVisor has full cgroup support, we
// should get this value from the cgroup itself, and not rely on the
// path.
if msrc.FilesystemType == "cgroup" {