Skip to content

Commit

Permalink
u3: adds unconditional freelist migration to workaround early migrati…
Browse files Browse the repository at this point in the history
…on prerelease
  • Loading branch information
joemfb committed Nov 13, 2023
1 parent c4be31e commit 202542d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/noun/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ _find_home(void)
fprintf(stderr, "loom: strange size north (%u, %u)\r\n",
nor_w, u3P.nor_u.pgs_w);
}

// XX move me
//
u3a_ream();
}

/* As a further guard against any sneaky loom corruption */
Expand Down

0 comments on commit 202542d

Please sign in to comment.