diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-22 19:12:19 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-22 19:12:19 +0000 |
commit | fcdb763d500c71f43205f8879bb3cb520a1e5ec8 (patch) | |
tree | 9cb4feae444386856ac622599d4e3a59191b7a85 /pkg/sentry/kernel | |
parent | 152b3fc5d9e47bdd23db4134631b47a208b91b45 (diff) | |
parent | fdac770f31cbe5150d57964be04c2884c68f0f8b (diff) |
Merge fdac770f (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 895abb129..25ad17a4e 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go @@ -1,12 +1,12 @@ package kernel import ( - "unsafe" - "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 |