From f285c2a51e947f9f23e7a56297a4e63e19911471 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 20 Mar 2015 13:22:50 +1100 Subject: [PATCH] Fixed a build error. --- file_system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_system.go b/file_system.go index 834e172..815096b 100644 --- a/file_system.go +++ b/file_system.go @@ -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