diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-09-24 18:30:09 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-24 18:30:09 +0000 |
commit | 5d8f55ca1a9d5b99ffc947e8508bf9242ff1e14d (patch) | |
tree | abec4662b5cb58a8f27c20b8b49a63e15ef3bcef /pkg | |
parent | 375943dc8b969a88287164fc1e1ceaf86add3813 (diff) | |
parent | e3657847cb7edcecc3facc4c499fc0b154364487 (diff) |
Merge release-20210921.0-30-ge3657847c (automated)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/kernel/task.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/kernel/task.go b/pkg/sentry/kernel/task.go index 2eebd1b47..b0004482c 100644 --- a/pkg/sentry/kernel/task.go +++ b/pkg/sentry/kernel/task.go @@ -511,8 +511,6 @@ type Task struct { numaNodeMask uint64 // netns is the task's network namespace. netns is never nil. - // - // netns is protected by mu. netns inet.NamespaceAtomicPtr // If rseqPreempted is true, before the next call to p.Switch(), |