diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-23 17:52:03 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-23 17:52:03 +0000 |
commit | 63d9a83621629f0bf368892c4550d9c7f6a08b1f (patch) | |
tree | 6f00dfcd74e813485499b8f1853ccd45a0fa524e /pkg/sentry/kernel | |
parent | 8b90ccd7b2ca18488329edee6e37e73f141a28f2 (diff) | |
parent | e75a12e89de123fb55f19fdf3457d1a200973f59 (diff) |
Merge e75a12e8 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo_unsafe.go index 895abb129..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 ( + "strings" "unsafe" "fmt" "gvisor.dev/gvisor/third_party/gvsync" "reflect" - "strings" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |