diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-01 22:07:03 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-01 22:07:03 +0000 |
commit | 0c27758b24801f1478cb63e466d0e5fbd02bcbed (patch) | |
tree | 4b5e8967a6c7822d4c26963b7d8cbef6326c46da /pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | |
parent | fad75173249339f0cf84e5bcdef57e029d40af87 (diff) | |
parent | bad43772a1c3d0b2a755ab38caae12b6542fe7a2 (diff) |
Merge bad43772 (automated)
Diffstat (limited to 'pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index 25ad17a4e..be6b07629 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -2,11 +2,10 @@ package kernel import ( "fmt" + "gvisor.dev/gvisor/third_party/gvsync" "reflect" "strings" "unsafe" - - "gvisor.dev/gvisor/third_party/gvsync" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |