summaryrefslogtreecommitdiff
path: root/pkg/util/mountOpts_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/util/mountOpts_other.go')
-rw-r--r--pkg/util/mountOpts_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/util/mountOpts_other.go b/pkg/util/mountOpts_other.go
new file mode 100644
index 000000000..6a34942e5
--- /dev/null
+++ b/pkg/util/mountOpts_other.go
@@ -0,0 +1,7 @@
+// +build !linux
+
+package util
+
+func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) {
+ return
+}