diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-09-06 01:12:46 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-06 01:12:46 +0000 |
commit | fc961d4a53eee63e428ee7da3106fb84d197a0e6 (patch) | |
tree | 253a8fa54123ad0f4b9074e9b370770f2891ed8b /pkg/sentry/kernel | |
parent | bd26d721080120c9f1a48c0317b07f81d20383b8 (diff) | |
parent | 7e94f171f4141e91478ef8b5693db36519c2322f (diff) |
Merge 7e94f171 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index 25ad17a4e..895abb129 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -1,12 +1,12 @@ package kernel import ( - "fmt" - "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 |