Fixed FileSystem.StatFS support.

geesefs-0-30-9
Aaron Jacobs 2015-09-09 09:53:11 +10:00
parent 6d0c2608dc
commit df671c90c2
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ func (s *fileSystemServer) handleOp(
default:
err = fuse.ENOSYS
case *fuseops.StatFSOp:
err = s.fs.StatFS(ctx, typed)
case *fuseops.LookUpInodeOp:
err = s.fs.LookUpInode(ctx, typed)