diff options
| author | 2026-03-08 17:53:45 +0800 | |
|---|---|---|
| committer | 2026-03-08 17:53:45 +0800 | |
| commit | 3fe07dd316bde2ea625166176b2285bf0c631889 (patch) | |
| tree | 181a5aa36765a98a2df43c9ab685cb241fd6a724 /objectstore | |
| parent | internal/progress: Use range here (diff) | |
| signature | No signature | |
*: Fix lints
Diffstat (limited to 'objectstore')
| -rw-r--r-- | objectstore/packed/idx_candidates_mru.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objectstore/packed/idx_candidates_mru.go b/objectstore/packed/idx_candidates_mru.go index b0960df5..d0cc7052 100644 --- a/objectstore/packed/idx_candidates_mru.go +++ b/objectstore/packed/idx_candidates_mru.go @@ -88,6 +88,7 @@ func (store *Store) touchCandidate(packName string) { } node.prev = nil + node.next = store.mruHead if store.mruHead != nil { store.mruHead.prev = node |
