NotImplementedFileSystem.Destroy

geesefs-0-30-9
Aaron Jacobs 2015-06-05 13:51:45 +10:00
parent 6fff9f3f20
commit 630f40de94
1 changed files with 3 additions and 0 deletions

View File

@ -147,3 +147,6 @@ func (fs *NotImplementedFileSystem) ReadSymlink(
err = fuse.ENOSYS
return
}
func (fs *NotImplementedFileSystem) Destroy() {
}