From 8adb300b78def2aae735e29f476a49cf14523c1b Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 17 Mar 2015 15:25:48 +1100 Subject: [PATCH] There are no supported options for now. --- mounted_file_system.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mounted_file_system.go b/mounted_file_system.go index c7df5e5..af5e6c1 100644 --- a/mounted_file_system.go +++ b/mounted_file_system.go @@ -120,7 +120,9 @@ type MountConfig struct { } // Convert to mount options to be passed to package bazilfuse. -func (c *MountConfig) bazilfuseOptions() []bazilfuse.MountOption +func (c *MountConfig) bazilfuseOptions() (opts []bazilfuse.MountOption) { + return +} // Attempt to mount the supplied file system on the given directory. // mfs.WaitForReady() must be called to find out whether the mount was