diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-30 03:21:14 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-30 03:21:14 +0000 |
commit | 30b95562998aa74463b9cd75b4945b5c6c882f95 (patch) | |
tree | c4e93f7071817267b204d727847f20e2548d4350 /pkg/sentry/kernel | |
parent | d919c9749d2f174c8f1af0684378b9a5bc3cfcfd (diff) | |
parent | 8da9f8a12c51de41c4e048128a163fbb63679e4b (diff) |
Merge 8da9f8a1 (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 |