Commit aeca4a00 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a bug.

parent 8010a834
......@@ -34,6 +34,7 @@ const fooID = fuseops.RootInodeID + 1
var fooAttrs = fuseops.InodeAttributes{
Nlink: 1,
Mode: 0777,
Size: 1234,
}
// A file system containing exactly one file, named "foo". Reads to the file
......
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