mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
vendor of containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/cgroups/blkio_linux.go
generated
vendored
1
vendor/github.com/containers/common/pkg/cgroups/blkio_linux.go
generated
vendored
@@ -34,7 +34,6 @@ func (c *linuxBlkioHandler) Apply(ctr *CgroupControl, res *configs.Resources) er
|
||||
return err
|
||||
}
|
||||
return man.Set(res)
|
||||
|
||||
}
|
||||
path := filepath.Join(cgroupRoot, Blkio, ctr.config.Path)
|
||||
return c.Blkio.Set(path, res)
|
||||
|
||||
Reference in New Issue
Block a user