mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user