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