Skip to content

Commit 4d3c128

Browse files
github-actions[bot]ValentaTomas
authored andcommitted
chore: auto-commit generated changes
1 parent 8edb20e commit 4d3c128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/orchestrator/pkg/sandbox/uffd/userfaultfd/userfaultfd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type Userfaultfd struct {
5757
// settleRequests guards the pageTracker / prefetchTracker. Workers take
5858
// RLock for the lookup→install→SetRange sequence; the REMOVE batch takes
5959
// Lock so a concurrent worker can't overwrite a removed state.
60-
settleRequests sync.RWMutex
60+
settleRequests sync.RWMutex
6161

6262
// readSerial serializes serve-loop iterations (read+apply) with snapshot-time
6363
// Export. Workers do NOT touch this lock — it must remain disjoint from

0 commit comments

Comments
 (0)