From 630f40de9404f47ce2343fef804623bfe149a186 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 5 Jun 2015 13:51:45 +1000 Subject: [PATCH] NotImplementedFileSystem.Destroy --- fuseutil/not_implemented_file_system.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fuseutil/not_implemented_file_system.go b/fuseutil/not_implemented_file_system.go index e4abb5f..9d12e21 100644 --- a/fuseutil/not_implemented_file_system.go +++ b/fuseutil/not_implemented_file_system.go @@ -147,3 +147,6 @@ func (fs *NotImplementedFileSystem) ReadSymlink( err = fuse.ENOSYS return } + +func (fs *NotImplementedFileSystem) Destroy() { +}