aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2018-11-24 10:58:33 -0800
committerOmar Rizwan <omar.rizwan@gmail.com>2018-11-24 10:58:33 -0800
commite734173e6f5df2fc9df39dc8b98a03e8b83d889f (patch)
treef2cf6ad37765b04759e072b5470fb0dc185f62c0 /fs/Makefile
parentc8fad64066650ed6089bf3bf39dbf3f5389f3a04 (diff)
URL and title kind of work.
direct_io option makes it reliably change. Big speedup from... removing prints. Did I even need multithreading?
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile4
1 files changed, 1 insertions, 3 deletions
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