mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update the comment for Task.netns
Task.netns can be accessed atomically, so Task.mu isn't needed to access it. PiperOrigin-RevId: 398773947
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user