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