diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-06-11 16:46:40 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-11 16:46:40 +0000 |
commit | cbe245220ab476693ea86e24cd271e1a3e955e8c (patch) | |
tree | bebe068b6513bcb06e5cb233c601f9acc99bc375 /pkg/sentry/kernel | |
parent | c1491f04e95aa9f71f8d8ab9fd95b9de00a26e97 (diff) | |
parent | 307a9854edd4a1257b0393d39d8b4fca7b4223e4 (diff) |
Merge 307a9854 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go index 532b33b9e..5b4ad3062 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go @@ -2,10 +2,11 @@ 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 |