diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-12 20:19:04 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-12 20:19:04 +0000 |
commit | 702bdfcc32014c20a95a5d6a82c452f20865be7f (patch) | |
tree | f2a1c079af4eea123aded38068fdc44d74659f05 /pkg/sentry/kernel | |
parent | 715afd5da8c2d5aacd7ab64535b92dac1abc3f37 (diff) | |
parent | eff2c264a48611a714cb89f28693a18ac029886a (diff) |
Merge eff2c264 (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 |