Skip to content

Commit 53f9544

Browse files
chore: auto-commit generated changes
1 parent db978d4 commit 53f9544

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
@@ -67,7 +67,7 @@ type Userfaultfd struct {
6767
// settleRequests guards the pageTracker / prefetchTracker. Workers take
6868
// RLock for the lookup→install→SetRange sequence; the REMOVE batch takes
6969
// Lock so a concurrent worker can't overwrite a removed state.
70-
settleRequests sync.RWMutex
70+
settleRequests sync.RWMutex
7171

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

0 commit comments

Comments
 (0)