From e734173e6f5df2fc9df39dc8b98a03e8b83d889f Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sat, 24 Nov 2018 10:58:33 -0800 Subject: URL and title kind of work. direct_io option makes it reliably change. Big speedup from... removing prints. Did I even need multithreading? --- fs/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index 806daa8..0a85261 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -29,11 +29,9 @@ clean: rm -f $(TARGETS) *.o rm -rf *.dSYM -remount: unmount mount - unmount: killall -9 hello || true diskutil unmount force mnt || true mount: hello - ./hello -s -f mnt + ./hello -odirect_io -f mnt -- cgit v1.2.3