diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-06 03:52:29 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-06 03:52:29 +0000 |
commit | 35a850f06feca1014e6ec7fcf0f3576237dd6ad9 (patch) | |
tree | 372186c40ce0daf645635d71af55fc275d48da8b /pkg/sentry/kernel | |
parent | 3fd0d124a05da2850ba2f1fb2e367d16266a5bf5 (diff) | |
parent | 427d2082165e0949a00631a50cf5f6834d3d626d (diff) |
Merge release-20200522.0-91-g427d2082 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rw-r--r-- | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index 950645965..eb15320cb 100644 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -1,12 +1,12 @@ package kernel import ( - "fmt" - "reflect" - "strings" "unsafe" + "fmt" "gvisor.dev/gvisor/pkg/sync" + "reflect" + "strings" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |