Merge pull request #795 from jimberlage/794-update-documentation

Correct outdated URL
This commit is contained in:
Mrunal Patel 2016-04-29 09:08:51 -07:00
commit a36c2b373a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
const cgroupNamePrefix = "name="
// https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt
// https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt
func FindCgroupMountpoint(subsystem string) (string, error) {
// We are not using mount.GetMounts() because it's super-inefficient,
// parsing it directly sped up x10 times because of not using Sscanf.