shithub: gefs

Download patch

ref: 803f04ef814a62635631a90baff43d631e5ed47c
parent: 037b3339c474b2c00f988c5169650724b93e29e4
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Dec 20 11:16:42 EST 2023

dat.h: fix typo

--- a/dat.h
+++ b/dat.h
@@ -32,7 +32,7 @@
 	GiB	= 1024ULL*MiB,
 	TiB	= 1024ULL*GiB,
 
-	Lgblk	= 15,
+	Lgblk	= 14,
 	Blksz	= (1ULL<<Lgblk),
 
 	Nrefbuf	= 1024,			/* number of ref incs before syncing */