mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 11:04:21 +01:00
To prepare for merging into kata-containers repository. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
11 lines
156 B
Go
11 lines
156 B
Go
// +build !s390x
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
package main
|
|
|
|
func archConvertStatFs(cgroupFsType int) int64 {
|
|
return int64(cgroupFsType)
|
|
}
|