Made a panic clearer.

geesefs-0-30-9
Aaron Jacobs 2015-03-30 16:17:53 +11:00
parent faba594f7f
commit 8e8c391a21
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ func NewFileSystem() (fs *ForgetFS) {
}
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