diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-15 22:30:48 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-15 22:30:48 +0000 |
commit | 80bbd34d057a5dca365541c2b0a8c84d94b7ce8f (patch) | |
tree | edfaaa9a232586b0543081f6f38de905bf52cef4 /pkg/sentry/kernel | |
parent | 5ae571182025283ed8272a3e5456d795f4ef0c80 (diff) | |
parent | ab44d145bb9806fa363d79e49b4190c62fcd669f (diff) |
Merge ab44d145 (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 25ad17a4e..895abb129 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" + "strings" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |