shithub: gefix

Download patch

ref: 6a371792659d530b9ff9e9ff6eb684b2b5d28c92
parent: 894a7a58e538ee47cfa756cdc3aa92793a2863b8
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jul 20 19:02:56 EDT 2024

gefs: use correct 'main' file

--- a/blk.c
+++ b/blk.c
@@ -656,7 +656,6 @@
 	vlong bp;
 	Blk *b;
 
-fprint(2, "newblk from %p", getcallerpc(&t));
 	bp = blkalloc(ty, 0, 0);
 	b = cachepluck();
 	initblk(b, bp, t->memgen, ty);
--- a/mkfile
+++ b/mkfile
@@ -12,7 +12,7 @@
 	fs.$O\
 	hash.$O\
 	load.$O\
-	fix.$O\
+	main.$O\
 	pack.$O\
 	ream.$O\
 	snap.$O\