Commit 8e8c391a authored by Aaron Jacobs's avatar Aaron Jacobs

Made a panic clearer.

parent faba594f
...@@ -35,7 +35,10 @@ func NewFileSystem() (fs *ForgetFS) { ...@@ -35,7 +35,10 @@ func NewFileSystem() (fs *ForgetFS) {
} }
type ForgetFS struct { type ForgetFS struct {
fuse.Server }
func (fs *ForgetFS) ServeOps(c *fuse.Connection) {
panic("TODO: Export dispatch function from fuseutil and use it here.")
} }
// Panic if there are any inodes that have a non-zero reference count. For use // Panic if there are any inodes that have a non-zero reference count. For use
......
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