From e59720bfb08e26acea537900e93338ae42dc12b8 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 22 Jun 2015 12:31:06 +1000 Subject: [PATCH] Updated a comment. --- mounted_file_system.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mounted_file_system.go b/mounted_file_system.go index afecd6f..3113bc4 100644 --- a/mounted_file_system.go +++ b/mounted_file_system.go @@ -184,9 +184,7 @@ func (c *MountConfig) bazilfuseOptions() (opts []bazilfuse.MountOption) { // Attempt to mount a file system on the given directory, using the supplied // Server to serve connection requests. This function blocks until the file -// system is successfully mounted. On some systems, this requires the supplied -// Server to make forward progress (in particular, to respond to -// fuseops.InitOp). +// system is successfully mounted. func Mount( dir string, server Server,