Skip to content

Commit 417ed97

Browse files
chore: auto-commit generated changes
1 parent 2f6f62a commit 417ed97

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

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

0 commit comments

Comments
 (0)