mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Drop unnecessary checklocksignore.
PiperOrigin-RevId: 383940663
This commit is contained in:
committed by
gVisor bot
parent
de29d8d415
commit
d78713e2da
@@ -27,8 +27,6 @@ import (
|
||||
// EnterInitialCgroups moves t into an initial set of cgroups.
|
||||
//
|
||||
// Precondition: t isn't in any cgroups yet, t.cgs is empty.
|
||||
//
|
||||
// +checklocksignore parent.mu is conditionally acquired.
|
||||
func (t *Task) EnterInitialCgroups(parent *Task) {
|
||||
var inherit map[Cgroup]struct{}
|
||||
if parent != nil {
|
||||
|
||||
Reference in New Issue
Block a user