diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-08 02:22:22 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-08 02:22:22 +0000 |
commit | 58f3a4cdded1a582388ab5a49cde30f87ffed330 (patch) | |
tree | 72b8872f8e63fe7de5fb28304a8264d3e98e408c /pkg/sentry/kernel | |
parent | 34a94830491a21c6a1cb783e695769f2c203be5b (diff) | |
parent | 08cd5e1d368716f262ba9c31d94b1d7a29dbc5cf (diff) |
Merge 08cd5e1d (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index be6b07629..25ad17a4e 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -2,10 +2,11 @@ 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 |