Commit e876d09e authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

AutoUnionFs: Add a nil implementation of StatFs.

parent e0ce7c73
......@@ -362,3 +362,7 @@ func (me *AutoUnionFs) OpenDir(name string) (stream chan fuse.DirEntry, status f
return stream, status
}
func (me *AutoUnionFs) StatFs() *fuse.StatfsOut {
return &fuse.StatfsOut{}
}
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