diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-17 01:20:01 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-17 01:20:01 +0000 |
commit | 7126e351b80d9826a7b0eb29ad85d8036d311d54 (patch) | |
tree | d2b602bcfbba6227bbf4d89aa42546adc2da9b2f /pkg/sentry/kernel | |
parent | e416575c6a1729ebf2bf51a551c71a8e60869b60 (diff) | |
parent | 78a2704bde50515accacabe8b5734923d0085ef9 (diff) |
Merge 78a2704b (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-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 |