summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/mount.go
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/vfs/mount.go
parent45793378cd0b1bb801fd515e96e96fb49a2846b4 (diff)
parent5b2396d244ed6283d928a72bdd4cc58d78ef3175 (diff)
Merge release-20200323.0-60-g5b2396d (automated)
Diffstat (limited to 'pkg/sentry/vfs/mount.go')
-rwxr-xr-xpkg/sentry/vfs/mount.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/vfs/mount.go b/pkg/sentry/vfs/mount.go
index 7792eb1a0..1b8ecc415 100755
--- a/pkg/sentry/vfs/mount.go
+++ b/pkg/sentry/vfs/mount.go
@@ -835,7 +835,8 @@ func superBlockOpts(mountPath string, mnt *Mount) 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 mnt.fs.FilesystemType().Name() == "cgroup" {