Commit 604281b1 authored by Aaron Jacobs's avatar Aaron Jacobs

Changed the contents of flushFS.

parent 1c062d49
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment