Corrected the notion of Dirent.Offset.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 11:48:48 +11:00
parent b0fb03569a
commit 2bf317ef16
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ type DirentType bazilfuse.DirentType
// A struct representing an entry within a directory file, describing a child.
// See notes on fuse.ReadDirResponse and on AppendDirent for details.
type Dirent struct {
// The (opaque) offset within the directory file of this entry. See notes on
// fuse.ReadDirRequest.Offset for details.
// The (opaque) offset within the directory file of the entry following this
// one. See notes on fuse.ReadDirRequest.Offset for details.
Offset fuse.DirOffset
// The inode of the child file or directory, and its name within the parent.