Added server support for Nlink.

geesefs-0-30-9
Aaron Jacobs 2015-03-18 14:10:24 +11:00
parent cf86ea52d1
commit 08b7f22d0a
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ func convertAttributes(inode InodeID, attr InodeAttributes) bazilfuse.Attr {
Inode: uint64(inode),
Size: attr.Size,
Mode: attr.Mode,
Nlink: uint32(attr.Nlink),
Atime: attr.Atime,
Mtime: attr.Mtime,
Ctime: attr.Ctime,