Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: I1b801eec08b3c94659a07ad9f1b79f1f8b274bf0
  • Loading branch information
qiulaidongfeng committed Feb 7, 2024
1 parent c09a259 commit c0329c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const shardPoolsSize = 256

var (
// allPools is the set of pools that have non-empty primary
// caches. Protected by either 1) allPoolsMu and pinning or 2)
// caches. Protected by either 1) lock of elem or 2)
// STW.
allPools [shardPoolsSize]struct {
lock Mutex
Expand Down

0 comments on commit c0329c2

Please sign in to comment.