diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-26 18:21:36 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-26 18:21:36 +0000 |
commit | 38dbaaa5e3c27c5bc4fb8b0f80b7f13b16734ba9 (patch) | |
tree | 792dbd693df25d6758e0fb33b3252a407d65bd34 | |
parent | a09f0255aace0f20dee309e1616a9c41dcfabf50 (diff) | |
parent | 47ac142dc9b440c90cdc037c77ab80c47263f9e2 (diff) |
Merge release-20200622.1-24-g47ac142dc (automated)
-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 285e270b7..35b494f42 100644 --- a/pkg/abi/linux/linux_abi_autogen_unsafe.go +++ b/pkg/abi/linux/linux_abi_autogen_unsafe.go @@ -124,7 +124,7 @@ func (s *Statx) UnmarshalBytes(src []byte) { // Packed implements marshal.Marshallable.Packed. //go:nosplit func (s *Statx) Packed() bool { - return s.Atime.Packed() && s.Btime.Packed() && s.Ctime.Packed() && s.Mtime.Packed() + return s.Btime.Packed() && s.Ctime.Packed() && s.Mtime.Packed() && s.Atime.Packed() } // MarshalUnsafe implements marshal.Marshallable.MarshalUnsafe. |