shithub: gefs

Download patch

ref: e890dc8b4dc048c1c463de08e685c9854a18c8ca
parent: f838f62612013c23c4f24d60146e886fd46b33e8
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Oct 26 00:07:24 EDT 2022

blk: remove debug print

would be far too noisy in debug mode

--- a/blk.c
+++ b/blk.c
@@ -776,7 +776,6 @@
 		qunlock(&fs->blklk[i]);
 		return b;
 	}
-	dprint("read %B from %#llx\n", bp, getcallerpc(&bp));
 	if((b = readblk(bp.addr, flg)) == nil){
 		qunlock(&fs->blklk[i]);
 		return nil;