gvisor/runsc/fsgofer
Haibo Xu dec831b493 Cast the Stat_t.Nlink to uint64 on arm64.
Since the syscall.Stat_t.Nlink is defined as different types on
amd64 and arm64(uint64 and uint32 respectively), we need to cast
them to a unified uint64 type in gVisor code.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Change-Id: I7542b99b195c708f3fc49b1cbe6adebdd2f6e96b
2019-10-28 05:56:03 +00:00
..
filter Cleanup host UDS support 2019-10-18 15:33:03 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
fsgofer.go Cast the Stat_t.Nlink to uint64 on arm64. 2019-10-28 05:56:03 +00:00
fsgofer_test.go Disallow opening of sockets if --fsgofer-host-uds=false 2019-09-26 18:16:02 -07:00
fsgofer_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00