Added a stub for inode.Attributes.

geesefs-0-30-9
Aaron Jacobs 2015-03-02 15:20:29 +11:00
parent 93ed47299e
commit c44dffc34e
1 changed files with 3 additions and 1 deletions

View File

@ -34,4 +34,6 @@ func (inode *inode) checkInvariants() {
}
}
func (inode *inode) Attributes() fuse.InodeAttributes
func (inode *inode) Attributes() fuse.InodeAttributes {
return fuse.InodeAttributes{}
}