Fixed a build error.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 13:22:50 +11:00
parent 1ff10b144a
commit f285c2a51e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ type FileSystem interface {
// return any errors that occur.
FlushFile(
ctx context.Context,
req *FlushFileRequest) (*FlushFileResponse, err)
req *FlushFileRequest) (*FlushFileResponse, error)
// Release a previously-minted file handle. The kernel calls this when there
// are no more references to an open file: all file descriptors are closed