Skip to content

Commit

Permalink
u3: removes free-list ream from v3 migration (#553)
Browse files Browse the repository at this point in the history
The last minute migration change to #539 was just wrong. #551 is a
functional workaround, but the change to the v3 migration itself also
needs to be removed. We regret the error. (This can be fixed for real in
v4 migration.)
  • Loading branch information
joemfb authored Nov 15, 2023
2 parents 185d6d3 + dd1ec4c commit 95ac7bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/noun/v3/allocate.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# define u3R_v3 u3a_Road
# define u3a_v3_balign u3a_balign
# define u3a_v3_road u3a_road
# define u3a_v3_ream u3a_ream
# define u3a_v3_walign u3a_walign
# define u3a_v3_walloc u3a_walloc

Expand Down
3 changes: 0 additions & 3 deletions pkg/noun/v3/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ u3m_v3_migrate()
u3R_v3 = &u3H_v3->rod_u;
u3H_v3->ver_w = U3V_VER3;

// recalculate free lists
u3a_v3_ream();

// initialize persistent cache
u3R_v3->cax.per_p = u3h_v3_new_cache(u3C.per_w);

Expand Down

0 comments on commit 95ac7bb

Please sign in to comment.