diff --git a/samples/hello_fs.go b/samples/hello_fs.go index 1354801..03067c5 100644 --- a/samples/hello_fs.go +++ b/samples/hello_fs.go @@ -124,6 +124,14 @@ func (fs *HelloFS) patchAttributes( attr.Crtime = now } +func (fs *HelloFS) Init( + ctx context.Context, + req *fuse.InitRequest) ( + resp *fuse.InitResponse, err error) { + resp = &fuse.InitResponse{} + return +} + func (fs *HelloFS) LookUpInode( ctx context.Context, req *fuse.LookUpInodeRequest) (