diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-23 19:19:17 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-23 19:19:17 +0000 |
commit | 60c7874888b969bcb5a95d7e76804823e451e6ae (patch) | |
tree | fdb20b83f3dc2e9371bfdd0ac08cccc906c47cf9 /pkg/sentry/kernel | |
parent | 9540b0be19d424e9a4e949176622ce68727502ff (diff) | |
parent | 12c256568ba784c07cf73822359faac2971e8306 (diff) |
Merge 12c25656 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | 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 25ad17a4e..895abb129 100755 --- 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/third_party/gvsync" + "reflect" + "strings" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |