Drop unnecessary checklocksignore.

PiperOrigin-RevId: 383940663
This commit is contained in:
Adin Scannell 2021-07-09 15:57:05 -07:00 committed by gVisor bot
parent de29d8d415
commit d78713e2da
1 changed files with 0 additions and 2 deletions

View File

@ -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 {