diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-10 13:55:33 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-10 13:55:33 +0000 |
commit | 3e0604d9c20f3c3c4ff945bc338fa27d6e06037c (patch) | |
tree | 5c1cf83ad6b3e8bcf39ea20936998a32084e169d /pkg/abi/linux | |
parent | bc94fb247aa7868a5a41507ea7a17e1fc79473fe (diff) | |
parent | 203dc121f6fb3122e3bc0f234f4b4e4b276fb3b0 (diff) |
Merge release-20200522.0-113-g203dc121f (automated)
Diffstat (limited to 'pkg/abi/linux')
-rw-r--r-- | pkg/abi/linux/linux_abi_autogen_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/linux_abi_autogen_unsafe.go b/pkg/abi/linux/linux_abi_autogen_unsafe.go index 1048acf38..77423879c 100644 --- a/pkg/abi/linux/linux_abi_autogen_unsafe.go +++ b/pkg/abi/linux/linux_abi_autogen_unsafe.go @@ -129,7 +129,7 @@ func (s *Statx) Packed() bool { // MarshalUnsafe implements marshal.Marshallable.MarshalUnsafe. func (s *Statx) MarshalUnsafe(dst []byte) { - if s.Atime.Packed() && s.Btime.Packed() && s.Ctime.Packed() && s.Mtime.Packed() { + if s.Btime.Packed() && s.Ctime.Packed() && s.Mtime.Packed() && s.Atime.Packed() { safecopy.CopyIn(dst, unsafe.Pointer(s)) } else { s.MarshalBytes(dst) |