aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/file_other.go')
-rw-r--r--weed/filesys/file_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/weed/filesys/file_other.go b/weed/filesys/file_other.go
new file mode 100644
index 000000000..8a8693511
--- /dev/null
+++ b/weed/filesys/file_other.go
@@ -0,0 +1,7 @@
+//+build !darwin
+
+package filesys
+
+const (
+ USE_DIRECT_IO = true
+)