aboutsummaryrefslogtreecommitdiff
path: root/objectstore/packed
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/packed')
-rw-r--r--objectstore/packed/idx_candidates_mru.go1
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