diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-06-12 02:33:01 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-12 02:33:01 +0000 |
commit | 19b473c6e2fe412c0e96c8b9e4672922da19471a (patch) | |
tree | ddde3b42b8fc758bada297c9a0f0159a2fd3310a /pkg/sentry/kernel | |
parent | e72785486d73a34acd7afa3739da17e051690152 (diff) | |
parent | df110ad4fe571721a7eb4a5a1f9ce92584ef7809 (diff) |
Merge df110ad4 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go index 5b4ad3062..532b33b9e 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go @@ -2,11 +2,10 @@ package kernel import ( "fmt" + "gvisor.googlesource.com/gvisor/third_party/gvsync" "reflect" "strings" "unsafe" - - "gvisor.googlesource.com/gvisor/third_party/gvsync" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |