Commit 71a91b98 authored by Aaron Jacobs's avatar Aaron Jacobs

Updated HelloFS.

parent 95f82caf
......@@ -23,9 +23,9 @@ type HelloFS struct {
var _ fuse.FileSystem = &HelloFS{}
func (fs *HelloFS) Open(
func (fs *HelloFS) OpenDir(
ctx context.Context,
req *fuse.OpenRequest) (resp *fuse.OpenResponse, err error) {
req *fuse.OpenDirRequest) (resp *fuse.OpenDirResponse, err error) {
// We always allow opening the root directory.
if req.Inode == fuse.RootInodeID {
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment