diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-22 20:28:21 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-22 20:28:21 +0000 |
commit | 19c15720f7c7b13efa97c2458df95a5ff3fea2dc (patch) | |
tree | 54ccc40f2370ad2a44d4d43a8a4dcc3e03676d0d /pkg/sentry/kernel | |
parent | fcdb763d500c71f43205f8879bb3cb520a1e5ec8 (diff) | |
parent | a0a86bbb8250311211161337c0f9530b945450a3 (diff) |
Merge a0a86bbb (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 25ad17a4e..24528b66a 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" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |