Fixed a file system bug.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 13:28:51 +11:00
parent 8ab34bc0e4
commit 4fba58178c
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ func (fs *flushFS) fooAttributes() fuse.InodeAttributes {
return fuse.InodeAttributes{
Nlink: 1,
Mode: 0777,
Size: uint64(len(fs.fooContents)),
}
}