shithub: gefs

Download patch

ref: 5e18d9b27f3c0c025afe06adc7f3bc2fb8a193c9
parent: 8699acdfd9cc2257cf4dded4b30da401bf8c4e68
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Mar 1 22:06:32 EST 2022

fs: remove fixme comment -- it was fixed.

--- a/fs.c
+++ b/fs.c
@@ -10,7 +10,6 @@
 
 static char*	clearb(Fid*, vlong, vlong);
 
-// FIXME: hack. We sync way too often.
 static char*
 updatemount(Mount *mnt)
 {