There are no supported options for now.

geesefs-0-30-9
Aaron Jacobs 2015-03-17 15:25:48 +11:00
parent 5129322fc2
commit 8adb300b78
1 changed files with 3 additions and 1 deletions

View File

@ -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