Changed the contents of flushFS.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 11:34:16 +11:00
parent 1c062d495e
commit 604281b157
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,8 @@
package flushfs
import (
"os"
"github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseutil"
"golang.org/x/net/context"
@ -34,6 +36,9 @@ func NewFileSystem(
type flushFS struct {
fuseutil.NotImplementedFileSystem
mu sync.Mu
foo *os.File // GUARDED_BY(mu)
}
func (fs *flushFS) Init(