We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db978d4 commit 53f9544Copy full SHA for 53f9544
1 file changed
packages/orchestrator/pkg/sandbox/uffd/userfaultfd/userfaultfd.go
@@ -67,7 +67,7 @@ type Userfaultfd struct {
67
// settleRequests guards the pageTracker / prefetchTracker. Workers take
68
// RLock for the lookup→install→SetRange sequence; the REMOVE batch takes
69
// Lock so a concurrent worker can't overwrite a removed state.
70
- settleRequests sync.RWMutex
+ settleRequests sync.RWMutex
71
72
// readSerial serializes serve-loop iterations (read+apply) with snapshot-time
73
// Export. Workers do NOT touch this lock — it must remain disjoint from
0 commit comments