diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-31 00:26:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-31 00:26:49 +0000 |
commit | fd26e52e7575f58c23dc9502500df56bc40ae579 (patch) | |
tree | ea04af16eede23833168b2547066bf9b4f68f7d0 /pkg/sentry/kernel | |
parent | 3118bd6975bdff0689704b4d1f5005cb565813fb (diff) | |
parent | 502c47f7a70a088213faf27b60e6f62ece4dd765 (diff) |
Merge 502c47f7 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index 895abb129..c284a1b11 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -1,12 +1,12 @@ package kernel import ( + "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 |