diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-06-11 23:23:44 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-11 23:23:44 +0000 |
commit | 7e4557df6c11de78f85d7268212d38cd2b231ed2 (patch) | |
tree | 68bd835940c06963f76bb5f331794045dcf50658 /pkg/sentry/kernel | |
parent | 8fdc4dc78ce6e1b1abb50819beb6d874a80ce0da (diff) | |
parent | 478a0873e1dfece108703532fa0850ea39487d51 (diff) |
Merge 478a0873 (automated)
Diffstat (limited to 'pkg/sentry/kernel')
-rwxr-xr-x | pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go index 5b4ad3062..a5cc41917 100755 --- a/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go +++ b/pkg/sentry/kernel/seqatomic_taskgoroutineschedinfo.go @@ -1,12 +1,12 @@ package kernel import ( - "fmt" - "reflect" - "strings" "unsafe" + "fmt" "gvisor.googlesource.com/gvisor/third_party/gvsync" + "reflect" + "strings" ) // SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race |