We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c54ed commit 7983199Copy full SHA for 7983199
libcontainer/cgroups/fs/cpuset.go
@@ -27,7 +27,8 @@ func getCpusetFile(path string, name string) string {
27
28
// only allowed cgroup to mount with no prefix is v1 cpuset
29
// https://github.com/torvalds/linux/blob/2e1b3cc9d7f790145a80cb705b168f05dab65df2/kernel/cgroup/cgroup-v1.c#L1070
30
- // it cannot be mounted with and without prefix at the same time. it happens to be used on Android.
+ // it cannot be mounted with and without prefix at the same time
31
+ // it happens to be used on Android.
32
33
if !cpusetFastPath {
34
fd, err := cgroups.OpenFile(path, "cpuset."+name, unix.O_RDONLY)
0 commit comments