Add state:"nosave" annotation to nvproxy.objsMu.

With this, checkpoint command succeeds on nvproxy containers.

Updates #9363.

PiperOrigin-RevId: 565786118
This commit is contained in:
Ayush Ranjan
2023-09-15 14:58:29 -07:00
committed by gVisor bot
parent 36b9b19dac
commit 5ff1e90815
+1 -1
View File
@@ -92,7 +92,7 @@ func CreateIndexDevtmpfsFile(ctx context.Context, dev *devtmpfs.Accessor, index
// +stateify savable
type nvproxy struct {
objsMu objsMutex
objsMu objsMutex `state:"nosave"`
objsLive map[nvgpu.Handle]*object
}