mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
vendor: update c/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/cgroups/utils_linux.go
generated
vendored
4
vendor/github.com/containers/common/pkg/cgroups/utils_linux.go
generated
vendored
@ -104,8 +104,8 @@ func ReadFile(dir, file string) (string, error) {
|
||||
return buf.String(), err
|
||||
}
|
||||
|
||||
// GetBlkioFiles gets the proper files for blkio weights
|
||||
func GetBlkioFiles(cgroupPath string) (wtFile, wtDevFile string) {
|
||||
// BlkioFiles gets the proper files for blkio weights
|
||||
func BlkioFiles(cgroupPath string) (wtFile, wtDevFile string) {
|
||||
var weightFile string
|
||||
var weightDeviceFile string
|
||||
// in this important since runc keeps these variables private, they won't be set
|
||||
|
Reference in New Issue
Block a user