shithub: gefs

Download patch

ref: e718d0c3b4211317c228b0568462c359c99b73b2
parent: 16a4d59828f91ba8f59a2f8ba9b37aae7990ec54
author: Ori Bernstein <ori@eigenstate.org>
date: Sun May 28 13:51:22 EDT 2023

freplay: pass MREPL mount option

--- a/test/freplay.c
+++ b/test/freplay.c
@@ -177,6 +177,6 @@
 	ctlfile = createfile(fs.tree->root, "ctl", uid, 0666, nil);
 	datfile = createfile(fs.tree->root, "data", uid, 0666, nil);
 	datfile->length = membufsz;
-	postmountsrv(&fs, nil, mountpt, 0);
+	postmountsrv(&fs, nil, mountpt, MREPL);
 	exits(nil);
 }