Fixed a bug.

geesefs-0-30-9
Aaron Jacobs 2015-05-04 21:54:33 +10:00
parent 8010a8342d
commit aeca4a00d5
1 changed files with 1 additions and 0 deletions

View File

@ -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